DOMCamera

From Virtual World Web Wiki
Jump to: navigation, search

Represents a node for controlling a user's camera in a scene.

Remarks [edit]

Properties

DOMTransform LookAt {get; set;}
A DOMTransform that this camera should "look at"
long LookAtID {get; set;}
The ID of an object to be set as the LookAt target (See the LookAt property)

Constructors

DOMCamera()
Constructs a new DOMCamera with default settings
DOMCamera(DOMObject[] children)
Constructs a new DOMCamera, adding children at the same time
DOMCamera(string title, DOMObject[] children)
Constructs a new DOMCamera, setting a title and adding children at the same time