|
CFx SDK Documentation 2026 SP0
|
#include <GiMaterial.h>
Public Member Functions | |
| ODRX_DECLARE_MEMBERS (OdGiSceneTexture) | |
| OdGiSceneTexture () | |
| ~OdGiSceneTexture () | |
| void | setSoftness (OdUInt8 softness) |
| OdUInt8 | softness () const |
| virtual bool | operator== (const OdGiMaterialTexture &texture) const |
| OdGiSceneTexture & | operator= (const OdGiSceneTexture &texture) |
| void | copyFrom (const OdRxObject *pSource) |
Public Member Functions inherited from OdGiMaterialTexture | |
| ODRX_DECLARE_MEMBERS (OdGiMaterialTexture) | |
Public Member Functions inherited from OdRxObject | |
| ODRX_HEAP_OPERATORS () | |
| OdRxObject () | |
| virtual | ~OdRxObject () |
| virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
| virtual OdRxObject * | x (const OdRxClass *pClass) const |
| virtual OdRxClass * | isA () const |
| virtual void | addRef ()=0 |
| virtual void | release ()=0 |
| virtual long | numRefs () const |
| bool | isKindOf (const OdRxClass *pClass) const |
| virtual OdRxObjectPtr | clone () const |
| virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
| virtual bool | isEqualTo (const OdRxObject *pOther) const |
Protected Attributes | |
| OdUInt8 | m_softness |
Additional Inherited Members | |
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 OdGiMaterialTexture | |
| OdGiMaterialTexture () | |
| ~OdGiMaterialTexture () | |
This class defines scene material texture placeholder. Corresponding C++ library: TD_Gi <group OdGi_Classes>
Definition at line 1600 of file GiMaterial.h.
|
inline |
Default constructor for the OdGiSceneTexture class.
Definition at line 1608 of file GiMaterial.h.
|
inline |
Destructor for the OdGiSceneTexture class.
Definition at line 1613 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 1665 of file GiMaterial.h.
| OdGiSceneTexture::ODRX_DECLARE_MEMBERS | ( | OdGiSceneTexture | ) |
|
inline |
Assignment operator for the OdGiSceneTexture class.
| texture | [in] Texture to be assigned. |
Definition at line 1652 of file GiMaterial.h.
|
inlinevirtual |
Equality operator for the OdGiMaterialTexture class. The objects are equal if: the passed object is an scene texture placeholder.
| texture | [in] Texture to be compared. |
Reimplemented from OdGiMaterialTexture.
Definition at line 1640 of file GiMaterial.h.
Sets the softness (blur amount) of scene texture.
| softness | [in] Softness coefficient. |
Definition at line 1620 of file GiMaterial.h.
|
inline |
Retrieves the softness (blur amount) coefficient of this scene texture.
Definition at line 1628 of file GiMaterial.h.
|
protected |
Definition at line 1674 of file GiMaterial.h.