Spotlight
Creates and accesses spotlight attributes. More...
Data Structures | |
| struct | A3DGraphSpotLightData |
| Spotlight structure. More... | |
Functions | |
| A3DStatus | A3DGraphSpotLightCreate (const A3DGraphSpotLightData *pData, A3DGraphSpotLight **ppLight) |
| Creates a A3DGraphSpotLight from A3DGraphSpotLightData structure. More... | |
| A3DStatus | A3DGraphSpotLightGet (const A3DGraphSpotLight *pLight, A3DGraphSpotLightData *pData) |
| Populates the A3DGraphSpotLightData structure. More... | |
Detailed Description
Creates and accesses spotlight attributes.
This module explains how to create and access a PRC entity that specifies a spotlight source. A spotlight source radiates in a conical direction, similar to a car headlight.
Entity type is kA3DTypeGraphSpotLight.
Function Documentation
| A3DStatus A3DGraphSpotLightCreate | ( | const A3DGraphSpotLightData * | pData, |
| A3DGraphSpotLight ** | ppLight | ||
| ) |
Creates a A3DGraphSpotLight from A3DGraphSpotLightData structure.
- Version
- 2.0
| A3DStatus A3DGraphSpotLightGet | ( | const A3DGraphSpotLight * | pLight, |
| A3DGraphSpotLightData * | pData | ||
| ) |
Populates the A3DGraphSpotLightData structure.
- Version
- 2.0
