Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 614 Bytes

File metadata and controls

29 lines (23 loc) · 614 Bytes

GetLightDirection

Description

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)

Parameters

Name Type Description
h HANDLE Handle to light.
panAngleR REAL Returns light pan angle.
tiltAngleR REAL Returns light tilt angle.

Version

Availability: from MiniCAD7.0

Category