SceneDisplayParameters Structure. More...
SceneDisplayParameters Structure.
A3DUns16 A3DGraphSceneDisplayParametersData::m_usStructSize |
Reserved; must be initialized with A3D_INITIALIZE_DATA.
A3DBool A3DGraphSceneDisplayParametersData::m_bIsActive |
true
if scene is active, otherwise false
.
A3DGraphCamera* A3DGraphSceneDisplayParametersData::m_pCamera |
Camera.
A3DUns32 A3DGraphSceneDisplayParametersData::m_uiLightSize |
Size of the next array.
A3DEntity** A3DGraphSceneDisplayParametersData::m_ppLights |
Lights array.
A3DUns32 A3DGraphSceneDisplayParametersData::m_uiPlaneSize |
Size of the next array.
A3DSurfPlane** A3DGraphSceneDisplayParametersData::m_ppClippingPlanes |
Clipping planes array.
A3DBool A3DGraphSceneDisplayParametersData::m_bHasRotationCenter |
true
if the scene has a rotation center, otherwise false
.
A3DVector3dData A3DGraphSceneDisplayParametersData::m_sRotationCenter |
Rotation center.
A3DUns32 A3DGraphSceneDisplayParametersData::m_uiBackgroundStyleIndex |
Backgrounds style index.
A3DUns32 A3DGraphSceneDisplayParametersData::m_uiDefaultStyleIndex |
Default style index.
A3DUns32 A3DGraphSceneDisplayParametersData::m_uiDefaultPerTypeIndexSize |
Size of the next array.
A3DUns32* A3DGraphSceneDisplayParametersData::m_puiDefaultStyleIndexesPerType |
Default style indexes per type array.
A3DEEntityType* A3DGraphSceneDisplayParametersData::m_puiTypesOfDefaultStyleIndexes |
Types array.