KitchenDraw SDK 2
Show / Hide Table of Contents

Property ObserverHAngle

ObserverHAngle

The angle (degrees) in the horizontal plane corresponding to the direction of the observer’s look (which can be considered as current camera position).

Declaration
public double ObserverHAngle { 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.

In this article
Back to top Generated by DocFX