Creates and accesses spotlight attributes. More...
Data Structures | |
struct | A3DGraphSpotLightData |
Spotlight structure. | |
Functions | |
A3DStatus | A3DGraphSpotLightGet (const A3DGraphSpotLight *pLight, A3DGraphSpotLightData *pData) |
Populates the A3DGraphSpotLightData structure. More... | |
A3DStatus | A3DGraphSpotLightCreate (const A3DGraphSpotLightData *pData, A3DGraphSpotLight **ppLight) |
Creates a A3DGraphSpotLight from A3DGraphSpotLightData structure. More... | |
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.