CFx SDK Documentation 2024 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 () |
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 1296 of file GiMaterial.h.
|
inline |
Default constructor for the OdGiMarbleTexture class. Sets the vein spacing and width to 0.
Definition at line 2508 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 2584 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 2575 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 2563 of file GiMaterial.h.
|
inlinevirtual |
Sets the stone color of the marble.
stoneColor | [in] Color value. |
Definition at line 2515 of file GiMaterial.h.
|
inlinevirtual |
Sets the vein color of the marble.
veinColor | [in] Color value. |
Definition at line 2527 of file GiMaterial.h.
|
inlinevirtual |
Sets the spacing between veins of the marble.
veinSpacing | [in] Spacing value. |
Definition at line 2539 of file GiMaterial.h.
|
inlinevirtual |
Sets the vein width of the marble.
veinWidth | [in] Vein width value. |
Definition at line 2551 of file GiMaterial.h.
|
inlinevirtual |
Retrieves the stone color of the marble.
Definition at line 2521 of file GiMaterial.h.
|
inlinevirtual |
Retrieves the type of the procedural texture.
Implements OdGiProceduralTexture.
Definition at line 1311 of file GiMaterial.h.
|
inlinevirtual |
Retrieves the vein color of the marble.
Definition at line 2533 of file GiMaterial.h.
|
inlinevirtual |
Retrieves vein spacing of this marble texture.
Definition at line 2545 of file GiMaterial.h.
|
inlinevirtual |
Retrieves vein width of this marble texture.
Definition at line 2557 of file GiMaterial.h.