|
CFx SDK Documentation 2026 SP0
|
#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 () |
| static void | rxInit () |
| static void | rxUninit () |
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 1388 of file GiMaterial.h.
|
inline |
Default constructor for the OdGiMarbleTexture class. Sets the vein spacing and width to 0.
Definition at line 2795 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 2871 of file GiMaterial.h.
| OdGiMarbleTexture::ODRX_DECLARE_MEMBERS | ( | OdGiMarbleTexture | ) |
|
inline |
Assignment operator for the OdGiMarbleTexture class. Assigns stone and vein colors, vein spacing, vein width and returns a reference to the marble texture.
| texture | [in] Texture to be assigned. |
Definition at line 2862 of file GiMaterial.h.
|
inlinevirtual |
Equality operator for the OdGiMarbleTexture class. Textures are equal if: the specified texture is marble texture stone colors are equal vein colors are equal vein spacing values are equal vein width values are equal
| texture | [in] Texture to be compared. |
Reimplemented from OdGiMaterialTexture.
Definition at line 2850 of file GiMaterial.h.
|
inlinevirtual |
Sets the stone color of the marble.
| stoneColor | [in] Color value. |
Definition at line 2802 of file GiMaterial.h.
|
inlinevirtual |
Sets the vein color of the marble.
| veinColor | [in] Color value. |
Definition at line 2814 of file GiMaterial.h.
|
inlinevirtual |
Sets the spacing between veins of the marble.
| veinSpacing | [in] Spacing value. |
Definition at line 2826 of file GiMaterial.h.
|
inlinevirtual |
Sets the vein width of the marble.
| veinWidth | [in] Vein width value. |
Definition at line 2838 of file GiMaterial.h.
|
inlinevirtual |
Retrieves the stone color of the marble.
Definition at line 2808 of file GiMaterial.h.
|
inlinevirtual |
Retrieves the type of the procedural texture.
Implements OdGiProceduralTexture.
Definition at line 1403 of file GiMaterial.h.
|
inlinevirtual |
Retrieves the vein color of the marble.
Definition at line 2820 of file GiMaterial.h.
|
inlinevirtual |
Retrieves vein spacing of this marble texture.
Definition at line 2832 of file GiMaterial.h.
|
inlinevirtual |
Retrieves vein width of this marble texture.
Definition at line 2844 of file GiMaterial.h.