Creates and accesses point light attributes. More...

Data Structures

struct  A3DGraphPointLightData
 A structure representing the settings for a point light. More...
 

Functions

A3DStatus A3DGraphPointLightCreate (const A3DGraphPointLightData *pData, A3DGraphPointLight **ppLight)
 Creates a A3DGraphPointLight from A3DGraphPointLightData structure. More...
 
A3DStatus A3DGraphPointLightGet (const A3DGraphPointLight *pLight, A3DGraphPointLightData *pData)
 Populates the A3DGraphPointLightData structure. More...
 

Detailed Description

Creates and accesses point light attributes.

This module explains how to create and access a PRC entity that specifies a point light source. Point light radiates equally in all directions, similar to a light bulb.

Entity type is kA3DTypeGraphPointLight.

Function Documentation

◆ A3DGraphPointLightGet()

◆ A3DGraphPointLightCreate()

A3DStatus A3DGraphPointLightCreate ( const A3DGraphPointLightData pData,
A3DGraphPointLight **  ppLight 
)