|
CFx SDK Documentation 2024 SP0
|
#include <GsBaseMaterialView.h>
Public Types | |
| typedef OdVector< OdGiLightTraitsData * > | LightDataVector |
Public Member Functions | |
| OdGsLightsAccumulationContainter () | |
| ~OdGsLightsAccumulationContainter () | |
| bool | has () const |
| void | append (bool bMtSync, OdGiLightTraitsData *pLightData) |
| void | append (bool bMtSync, OdGsLightsAccumulationContainter &lightsAccum) |
| void | clear () |
Public Attributes | |
| OdVector< OdGiLightTraitsData * > | m_accumulatedLightsData |
| OdMutexPtr | m_lightsAccumMutex |
Lights data storage.
Corresponding C++ library: TD_Gs
<group OdGs_Classes>
Definition at line 70 of file GsBaseMaterialView.h.
Definition at line 72 of file GsBaseMaterialView.h.
|
inline |
Definition at line 75 of file GsBaseMaterialView.h.
|
inline |
Definition at line 76 of file GsBaseMaterialView.h.
| void OdGsLightsAccumulationContainter::append | ( | bool | bMtSync, |
| OdGiLightTraitsData * | pLightData | ||
| ) |
| void OdGsLightsAccumulationContainter::append | ( | bool | bMtSync, |
| OdGsLightsAccumulationContainter & | lightsAccum | ||
| ) |
| void OdGsLightsAccumulationContainter::clear | ( | ) |
|
inline |
Definition at line 77 of file GsBaseMaterialView.h.
| OdVector<OdGiLightTraitsData *> OdGsLightsAccumulationContainter::m_accumulatedLightsData |
Definition at line 73 of file GsBaseMaterialView.h.
| OdMutexPtr OdGsLightsAccumulationContainter::m_lightsAccumMutex |
Definition at line 74 of file GsBaseMaterialView.h.