Property ObserverVAngle
ObserverVAngle
The angle (degrees) in the vertical plane corresponding to the direction of the observer’s look (which can be considered as current camera position).
Declaration
public double ObserverVAngle { get; set; }
Property Value
Type | Description |
---|---|
double |
Remarks
Attention: changing observer's vertical of horizontal angle affects its position as well. So, if you intend to set both exact angle and position for the observer, you should first set angle and then position.