Camera.UpVector Property
Parent Object: CameraDescription
Specifies the vector defining what is 'up' for the observer.
Syntax
Camera.UpVector() As UnitVectorProperty Value
This is a read/write property whose value is a UnitVector.Samples
Name | Description |
Drive the camera | This sample will fly the camera around the model. To simplify the code, the target is hard coded at the origin and the up vector is the positive Z. |