A3DGraphSceneDisplayParametersData

struct A3DGraphSceneDisplayParametersData

Entity for describing the view and shading properties of a graphics scene (A3DGraphSceneDisplayParameters).

2.0

Scene display parameters describe the lights and general styles of a render scene, as well as the camera viewpoint and properties. Scene display parameters entities compose the model file as part of any A3DAsmProductOccurrenceData instance.

Only the camera information is used. Other fields of this structure are reserved for future implementations.

Variables

A3DBool A3DGraphSceneDisplayParametersData.m_bIsActive

Indicates whether the scene is enabled or not.

A3DGraphCamera *A3DGraphSceneDisplayParametersData.m_pCamera

Camera information.

A3DUns32 A3DGraphSceneDisplayParametersData.m_uiLightSize

The number of lights.

A3DEntity **A3DGraphSceneDisplayParametersData.m_ppLights

Array of lights.

A3DUns32 A3DGraphSceneDisplayParametersData.m_uiPlaneSize

The number of clipping planes.

A3DSurfPlane **A3DGraphSceneDisplayParametersData.m_ppClippingPlanes

The clipping planes.

A3DBool A3DGraphSceneDisplayParametersData.m_bHasRotationCenter

Indicates whether the scene as a rotation center or not.

A3DVector3dData A3DGraphSceneDisplayParametersData.m_sRotationCenter

The rotation center.

A3DUns32 A3DGraphSceneDisplayParametersData.m_uiBackgroundStyleIndex

A style index for background color and rendering mode.

A3DUns32 A3DGraphSceneDisplayParametersData.m_uiDefaultStyleIndex

A default style index.

A3DUns32 A3DGraphSceneDisplayParametersData.m_uiDefaultPerTypeIndexSize

The number of type specific style indexes.

A3DUns32 *A3DGraphSceneDisplayParametersData.m_puiDefaultStyleIndexesPerType

An array of default style indexes per types referenced to in m_puiTypesOfDefaultStyleIndexes

A3DEEntityType *A3DGraphSceneDisplayParametersData.m_puiTypesOfDefaultStyleIndexes

An array of types.