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
 

Detailed Description

SceneDisplayParameters Structure.

Version
2.0

Field Documentation

◆ m_bIsActive

A3DBool A3DGraphSceneDisplayParametersData::m_bIsActive

true if scene is active, otherwise false.

◆ m_pCamera

A3DGraphCamera* A3DGraphSceneDisplayParametersData::m_pCamera

Camera.

◆ m_uiLightSize

A3DUns32 A3DGraphSceneDisplayParametersData::m_uiLightSize

The size of m_ppLights.

◆ m_ppLights

A3DEntity** A3DGraphSceneDisplayParametersData::m_ppLights

Lights array.

◆ m_uiPlaneSize

A3DUns32 A3DGraphSceneDisplayParametersData::m_uiPlaneSize

The size of m_ppClippingPlanes.

◆ m_ppClippingPlanes

A3DSurfPlane** A3DGraphSceneDisplayParametersData::m_ppClippingPlanes

Clipping planes array.

◆ m_bHasRotationCenter

A3DBool A3DGraphSceneDisplayParametersData::m_bHasRotationCenter

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

◆ m_sRotationCenter

A3DVector3dData A3DGraphSceneDisplayParametersData::m_sRotationCenter

Rotation center.

◆ m_uiBackgroundStyleIndex

A3DUns32 A3DGraphSceneDisplayParametersData::m_uiBackgroundStyleIndex

Style index for background color and rendering mode.

◆ m_uiDefaultStyleIndex

A3DUns32 A3DGraphSceneDisplayParametersData::m_uiDefaultStyleIndex

Default style index.

◆ m_uiDefaultPerTypeIndexSize

A3DUns32 A3DGraphSceneDisplayParametersData::m_uiDefaultPerTypeIndexSize

◆ m_puiDefaultStyleIndexesPerType

A3DUns32* A3DGraphSceneDisplayParametersData::m_puiDefaultStyleIndexesPerType

Default style indexes per type array.

◆ m_puiTypesOfDefaultStyleIndexes

A3DEEntityType* A3DGraphSceneDisplayParametersData::m_puiTypesOfDefaultStyleIndexes

Types array.