Q3AmbientLight_New
You can use theQ3AmbientLight_Newfunction to create a new ambient light.
TQ3LightObject Q3AmbientLight_New ( const TQ3LightData *lightData);
lightData- A pointer to a light data structure.
DESCRIPTION
TheQ3AmbientLight_Newfunction returns, as its function result, a new ambient light having the characteristics specified by thelightDataparameter.