Procedure GetLightDirection returns the direction angles of the referenced light object.
PROCEDURE GetLightDirection(
h : HANDLE;
VAR panAngleR : REAL;
VAR tiltAngleR : REAL);def vs.GetLightDirection(h):
return (panAngleR, tiltAngleR)| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to light. |
| panAngleR | REAL | Returns light pan angle. |
| tiltAngleR | REAL | Returns light tilt angle. |
Availability: from MiniCAD7.0