Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 593 Bytes

File metadata and controls

29 lines (23 loc) · 593 Bytes

SetLightDirection

Description

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

Parameters

Name Type Description
h HANDLE Handle to light.
panAngleR REAL Pan angle of light.
tiltAngleR REAL Tilt angle of light.

Version

Availability: from MiniCAD7.0

Category