A3DGraphAmbientLightGet

A3DStatus A3DGraphAmbientLightGet(const A3DGraphAmbientLight *pLight, A3DGraphAmbientLightData *pData)
A3DStatus A3DGraphAmbientLightGet(const A3DGraphAmbientLight* pLight, A3DGraphAmbientLightData* pData)

Fetches data from an ambient light source entity given its handle.

Parameters

pLight: A handle to the light to fetch data from.

pData: The A3DGraphAmbientLightData to fill in.

Returns

A3D_SUCCESS or an error code in case of failure.