Procedure SetLightDirection sets the direction angles of the referenced light object.
PROCEDURE SetLightDirection(
h : HANDLE;
panAngleR : REAL;
tiltAngleR : REAL);def vs.SetLightDirection(h, panAngleR, tiltAngleR):
return None| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to light. |
| panAngleR | REAL | Pan angle of light. |
| tiltAngleR | REAL | Tilt angle of light. |
Availability: from MiniCAD7.0