Q3DirectionalLight_New
You can use theQ3DirectionalLight_Newfunction to create a new directional light.
TQ3LightObject Q3DirectionalLight_New ( const TQ3DirectionalLightData *directionalLightData);
directionalLightData- A pointer to a directional light data structure.
DESCRIPTION
TheQ3DirectionalLight_Newfunction returns, as its function result, a new directional light having the characteristics specified by thedirectionalLightDataparameter.