This document is archived and information here might be outdated. Recommended version. |
The vector indicating the direction of the light source relative to the scene.
[Visual Basic .NET] Public Property SunPosition As WKSPointZ
[C#] public WKSPointZ SunPosition {get; set;}
[C++]
HRESULT get_SunPosition(
WKSPointZ* pPosition
);
[C++]
HRESULT put_SunPosition(
WKSPointZ* pPosition
);
[C++]
Parameters pPosition [in]
pPosition is a parameter of type WKSPointZ* pPosition [out, retval]
pPosition is a parameter of type WKSPointZ*