CFx SDK Documentation
2020SP3
|
#include <GiMaterial.h>
Additional Inherited Members | |
Public Types inherited from OdGiProceduralTexture | |
enum | Type { kWood = 0, kMarble = 1, kGeneric = 2 } |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
Protected Member Functions inherited from OdGiProceduralTexture | |
OdGiProceduralTexture () | |
~OdGiProceduralTexture () | |
Protected Member Functions inherited from OdGiMaterialTexture | |
OdGiMaterialTexture () | |
~OdGiMaterialTexture () | |
This class defines marble procedural material textures. Corresponding C++ library: TD_Gi <group OdGi_Classes>
Definition at line 973 of file GiMaterial.h.
|
inline |
Definition at line 1952 of file GiMaterial.h.
|
inlinevirtual |
Copies the data of the source object to the current object.
pSource | [in] Input source object. |
Reimplemented from OdRxObject.
Definition at line 2028 of file GiMaterial.h.
OdGiMarbleTexture::ODRX_DECLARE_MEMBERS | ( | OdGiMarbleTexture | ) |
|
inline |
Definition at line 2019 of file GiMaterial.h.
|
inlinevirtual |
Reimplemented from OdGiMaterialTexture.
Definition at line 2007 of file GiMaterial.h.
|
inlinevirtual |
Sets the stone color of the marble.
stoneColor | [in] Color value. |
Definition at line 1959 of file GiMaterial.h.
|
inlinevirtual |
Sets the vein color of the marble.
veinColor | [in] Color value. |
Definition at line 1971 of file GiMaterial.h.
|
inlinevirtual |
Sets the spacing between veins of the marble.
veinSpacing | [in] Spacing value. |
Definition at line 1983 of file GiMaterial.h.
|
inlinevirtual |
Sets the vein width of the marble.
veinWidth | [in] Vein width value. |
Definition at line 1995 of file GiMaterial.h.
|
inlinevirtual |
Returns the stone color of the marble.
Definition at line 1965 of file GiMaterial.h.
|
inlinevirtual |
Returns the type of procedural texture.
Implements OdGiProceduralTexture.
Definition at line 983 of file GiMaterial.h.
|
inlinevirtual |
Returns the vein color of the marble.
Definition at line 1977 of file GiMaterial.h.
|
inlinevirtual |
Returns the spacing between veins of the marble.
Definition at line 1989 of file GiMaterial.h.
|
inlinevirtual |
Returns the vein width of the marble.
Definition at line 2001 of file GiMaterial.h.