Graphics Type Declarations
Modules | |
Texture Type Declarations | |
Typedefs | |
typedef void | A3DGraphAmbientLight |
typedef void | A3DGraphCamera |
typedef void | A3DGraphDirectionalLight |
typedef void | A3DGraphics |
typedef void | A3DGraphLight |
typedef void | A3DGraphPointLight |
typedef void | A3DGraphSceneDisplayParameters |
typedef void | A3DGraphSpotLight |
Detailed Description
- Version
- 2.0
Typedef Documentation
◆ A3DGraphics
typedef void A3DGraphics |
Graphics associated to A3DRootBaseWithGraphics.
- See also
- A3DGraphicsData
- a3d_graphics
◆ A3DGraphSceneDisplayParameters
typedef void A3DGraphSceneDisplayParameters |
Parameters to display a scene; associated to a product occurrence or a view.
◆ A3DGraphCamera
typedef void A3DGraphCamera |
Camera.
- See also
- A3DGraphCameraData
◆ A3DGraphLight
typedef void A3DGraphLight |
Light.
◆ A3DGraphAmbientLight
typedef void A3DGraphAmbientLight |
Ambient light.
- See also
- A3DGraphAmbientLightData
◆ A3DGraphPointLight
typedef void A3DGraphPointLight |
Point light.
- See also
- A3DGraphPointLightData
◆ A3DGraphSpotLight
typedef void A3DGraphSpotLight |
Spot light.
- See also
- A3DGraphSpotLightData
◆ A3DGraphDirectionalLight
typedef void A3DGraphDirectionalLight |
Directional light.
- See also
- A3DGraphDirectionalLightData