VerticalOrigin
The vertical location of an origin relative to an object, e.g., a
Billboard
.
For example, the vertical origin is used to display a billboard above or below (in
screen space) of the actual position.
See:
Source:
Scene/VerticalOrigin.js, line 14
Members
-
staticconstantVerticalOrigin.BOTTOM :Number
-
The origin is at the bottom of the object.Source: Scene/VerticalOrigin.js, line 29
-
staticconstantVerticalOrigin.CENTER :Number
-
The origin is at the vertical center of the object.Source: Scene/VerticalOrigin.js, line 21
-
staticconstantVerticalOrigin.TOP :Number
-
The origin is at the top of the object.Source: Scene/VerticalOrigin.js, line 37