A3DViewMaterialAndVisualisationInfos
Fields
A3DUns32 |
m_uiViewIndex |
A3DUns32 |
m_uiMaterialAndVisualisationSetupSize |
A3DMaterialAndVisualisationInfos * | m_psMaterialAndVisualisationSetup |
Detailed Description
-
struct
A3DViewMaterialAndVisualisationInfos
A structure to store a list of MaterialAndVisualisationInfos, applied by a view. Used for a View that modify those informations. It will be applied during shattered post-treatment.
Public Members
-
A3DUns32
m_uiMaterialAndVisualisationSetupSize
The size of m_psMaterialAndVisualisationSetup.
-
A3DMaterialAndVisualisationInfos *
m_psMaterialAndVisualisationSetup
MaterialAndVisualisation Informations to apply in the assembly tree, modify by the view
-
A3DUns32