Click or drag to resize
AB4D logo

LightingRigVisual3DSetKeyLightDirection Method

Sets the key light direction with using simple heading and attitude values (in degrees).

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public void SetKeyLightDirection(
	double heading,
	double attitude
)

Parameters

heading  Double
heading in degrees
attitude  Double
attitude in degrees
See Also