This is the documentation for Enlighten.
struct Enlighten InstanceDescMinimal
template<class TGeom>
struct Enlighten::InstanceDescMinimal
Minimal description of an instance.
Variables
Name | Description |
---|---|
double m_AdditionalUvScale | This should match the value of m_AdditionalUvScale specified for the corresponding PrecompInputInstance used when packing the system (see Enlighten::PrecompInputInstance class for details) |
const TGeom * m_Geom | Pointer to an geometry interface (either IPrecompInputGeometry or IPrecompPackedGeometry). |
Geo::s32 m_Gidx | Global index of this instance. |
Geo::Matrix m_Location | Model to World transformation for the instance. |
bool m_ScaleUvsWithInstanceSize | This should match the value of m_ScaleUvsWithInstanceSize specified for the corresponding PrecompInputInstance used when packing the system (see Enlighten::PrecompInputInstance class for details) |