CFx SDK Documentation 2024 SP0
|
#include <GiEnvironment.h>
Public Member Functions | |
ODRX_DECLARE_MEMBERS (OdGiIBLBackgroundTraits) | |
virtual void | setEnable (bool bEnable)=0 |
virtual bool | enable () const =0 |
virtual void | setIBLImageName (const OdString &filename)=0 |
virtual const OdString & | IBLImageName () const =0 |
virtual void | setRotation (double rotation)=0 |
virtual double | rotation () const =0 |
virtual void | setDisplayImage (bool bDisplay)=0 |
virtual bool | displayImage () const =0 |
virtual void | setSecondaryBackground (OdDbStub *bgId)=0 |
virtual OdDbStub * | secondaryBackground () 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 () |
This class allows Gi classes to implement image base lighting backgrounds.
Corresponding C++ library: TD_Gi <group OdGi_Classes>
Definition at line 1707 of file GiEnvironment.h.
|
pure virtual |
Checks whether the IBL image is displayed as the background.
|
pure virtual |
Checks whether image-based lighting is enabled.
|
pure virtual |
Retrieves image file name for this image-based lighting background.
OdGiIBLBackgroundTraits::ODRX_DECLARE_MEMBERS | ( | OdGiIBLBackgroundTraits | ) |
|
pure virtual |
Retrieves rotation value for the IBL image.
|
pure virtual |
Retrieves a background identifier of a secondary background.
|
pure virtual |
Specifies whether to display the IBL image as the background.
bDisplay | [in] Flag that specifies whether to display IBL image as a background. |
|
pure virtual |
Specifies whether image-based lighting background should be enabled.
bEnable | [in] Flag that specifies whether to activate IBL. |
Specifies image file name for the image-based lighting background.
filename | [in] Full path to an image file. |
|
pure virtual |
Specifies rotation value for the IBL image in range [-180..180].
rotation | [in] Rotation value in degrees. |
|
pure virtual |
Specifies a background to display when false is passed to the DisplayImage() method.
bgId | [in] Pointer to a background identifier. |