|
CFx SDK Documentation 2024 SP0
|
#include <GiEnvironment.h>
Public Member Functions | |
| ODRX_DECLARE_MEMBERS (OdGiRenderSettingsTraits) | |
| virtual void | setMaterialEnabled (bool enabled)=0 |
| virtual bool | materialEnabled () const =0 |
| virtual void | setTextureSampling (bool enabled)=0 |
| virtual bool | textureSampling () const =0 |
| virtual void | setBackFacesEnabled (bool enabled)=0 |
| virtual bool | backFacesEnabled () const =0 |
| virtual void | setShadowsEnabled (bool enabled)=0 |
| virtual bool | shadowsEnabled () const =0 |
| virtual void | setDiagnosticBackgroundEnabled (bool enabled)=0 |
| virtual bool | diagnosticBackgroundEnabled () const =0 |
| virtual void | setModelScaleFactor (double scaleFactor)=0 |
| virtual double | modelScaleFactor () const =0 |
Public Member Functions inherited from OdGiDrawableTraits | |
| ODRX_DECLARE_MEMBERS (OdGiDrawableTraits) | |
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 void | copyFrom (const OdRxObject *pSource) |
| virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
| virtual bool | isEqualTo (const OdRxObject *pOther) const |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| static OdRxClass * | desc () |
Represents the render settings for the display system.
Corresponding C++ library: TD_Gi <group OdGi_Classes>
Definition at line 176 of file GiEnvironment.h.
|
pure virtual |
Checks whether back faces rendering is enabled.
|
pure virtual |
Checks whether checkerboard (diagnostic) background is enabled.
|
pure virtual |
Checks whether per-object materials are used.
|
pure virtual |
Retrieves model scale related to meters.
| OdGiRenderSettingsTraits::ODRX_DECLARE_MEMBERS | ( | OdGiRenderSettingsTraits | ) |
|
pure virtual |
Specifies whether back faces should be rendered.
| enabled | [in] Flag that specifies whether back faces should be rendered. |
|
pure virtual |
Specifies whether checkerboard (diagnostic) background should be used for rendering.
| enabled | [in] Flag that specifies whether checkerboard background should be used. |
|
pure virtual |
Specifies whether per-object materials should be used.
| enabled | [in] Flag that specifies whether per-object materials should be used. |
|
pure virtual |
Specifies model scale related to meters.
| scaleFactor | [in] Scale factor for a model. |
|
pure virtual |
Specifies whether shadows should be rendered.
| enabled | [in] Flag that specifies whether shadows should be rendered. |
|
pure virtual |
Specifies whether texture sampling (filtering) should be used for image textures.
| enabled | [in] Flag that specifies whether sampling should be used. |
|
pure virtual |
Checks whether shadows rendering is enabled.
|
pure virtual |
Checks whether texture sampling (filtering) is used for image textures.