mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-06-10 11:34:06 +03:00
49 lines
1.5 KiB
C++
49 lines
1.5 KiB
C++
// Created on: 1993-03-31
|
|
// Created by: NW,JPB,CAL
|
|
// Copyright (c) 1993-1999 Matra Datavision
|
|
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
|
//
|
|
// This file is part of Open CASCADE Technology software library.
|
|
//
|
|
// This library is free software; you can redistribute it and/or modify it under
|
|
// the terms of the GNU Lesser General Public License version 2.1 as published
|
|
// by the Free Software Foundation, with special exception defined in the file
|
|
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
|
// distribution for complete text of the license and disclaimer of any warranty.
|
|
//
|
|
// Alternatively, this file may be used under the terms of Open CASCADE
|
|
// commercial license or contractual agreement.
|
|
|
|
#ifndef _Graphic3d_NameOfTexture2D_HeaderFile
|
|
#define _Graphic3d_NameOfTexture2D_HeaderFile
|
|
|
|
//! Types of standard textures.
|
|
enum Graphic3d_NameOfTexture2D
|
|
{
|
|
Graphic3d_NOT_2D_MATRA,
|
|
Graphic3d_NOT_2D_ALIENSKIN,
|
|
Graphic3d_NOT_2D_BLUE_ROCK,
|
|
Graphic3d_NOT_2D_BLUEWHITE_PAPER,
|
|
Graphic3d_NOT_2D_BRUSHED,
|
|
Graphic3d_NOT_2D_BUBBLES,
|
|
Graphic3d_NOT_2D_BUMP,
|
|
Graphic3d_NOT_2D_CAST,
|
|
Graphic3d_NOT_2D_CHIPBD,
|
|
Graphic3d_NOT_2D_CLOUDS,
|
|
Graphic3d_NOT_2D_FLESH,
|
|
Graphic3d_NOT_2D_FLOOR,
|
|
Graphic3d_NOT_2D_GALVNISD,
|
|
Graphic3d_NOT_2D_GRASS,
|
|
Graphic3d_NOT_2D_ALUMINUM,
|
|
Graphic3d_NOT_2D_ROCK,
|
|
Graphic3d_NOT_2D_KNURL,
|
|
Graphic3d_NOT_2D_MAPLE,
|
|
Graphic3d_NOT_2D_MARBLE,
|
|
Graphic3d_NOT_2D_MOTTLED,
|
|
Graphic3d_NOT_2D_RAIN,
|
|
Graphic3d_NOT_2D_CHESS,
|
|
Graphic3d_NOT_2D_UNKNOWN
|
|
};
|
|
|
|
#endif // _Graphic3d_NameOfTexture2D_HeaderFile
|