A3DGraphSceneDisplayParametersData Struct Reference

SceneDisplayParameters Structure. More...

Data Fields

A3DBool m_bHasRotationCenter
 
A3DBool m_bIsActive
 
A3DGraphCameram_pCamera
 
A3DSurfPlane ** m_ppClippingPlanes
 
A3DEntity ** m_ppLights
 
A3DUns32m_puiDefaultStyleIndexesPerType
 
A3DEEntityTypem_puiTypesOfDefaultStyleIndexes
 
A3DVector3dData m_sRotationCenter
 
A3DUns32 m_uiBackgroundStyleIndex
 
A3DUns32 m_uiDefaultPerTypeIndexSize
 
A3DUns32 m_uiDefaultStyleIndex
 
A3DUns32 m_uiLightSize
 
A3DUns32 m_uiPlaneSize
 
A3DUns16 m_usStructSize
 

Detailed Description

SceneDisplayParameters Structure.

Version
2.0

Field Documentation

A3DBool A3DGraphSceneDisplayParametersData::m_bHasRotationCenter

true if the scene has a rotation center, otherwise false.

A3DBool A3DGraphSceneDisplayParametersData::m_bIsActive

true if scene is active, otherwise false.

A3DGraphCamera* A3DGraphSceneDisplayParametersData::m_pCamera

Camera.

A3DSurfPlane** A3DGraphSceneDisplayParametersData::m_ppClippingPlanes

Clipping planes array.

A3DEntity** A3DGraphSceneDisplayParametersData::m_ppLights

Lights array.

A3DUns32* A3DGraphSceneDisplayParametersData::m_puiDefaultStyleIndexesPerType

Default style indexes per type array.

A3DEEntityType* A3DGraphSceneDisplayParametersData::m_puiTypesOfDefaultStyleIndexes

Types array.

A3DVector3dData A3DGraphSceneDisplayParametersData::m_sRotationCenter

Rotation center.

A3DUns32 A3DGraphSceneDisplayParametersData::m_uiBackgroundStyleIndex

Backgrounds style index.

A3DUns32 A3DGraphSceneDisplayParametersData::m_uiDefaultPerTypeIndexSize

Size of the next array.

A3DUns32 A3DGraphSceneDisplayParametersData::m_uiDefaultStyleIndex

Default style index.

A3DUns32 A3DGraphSceneDisplayParametersData::m_uiLightSize

Size of the next array.

A3DUns32 A3DGraphSceneDisplayParametersData::m_uiPlaneSize

Size of the next array.

A3DUns16 A3DGraphSceneDisplayParametersData::m_usStructSize

Reserved; must be initialized with A3D_INITIALIZE_DATA.