Package com.massifmaps.styles
Class BillboardOrientation
java.lang.Object
com.massifmaps.styles.BillboardOrientation
Possible orientation modes for billboards.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceThe accepted values of this constant namespace. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intBillboard always faces the camera plane, regardless of rotation.static final intBillboard lies parallel to the ground and rotates around it's
anchor point to face the camera.static final intBillboard lies on the ground, orientation does not depend on the
camera position. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BILLBOARD_ORIENTATION_FACE_CAMERA
public static final int BILLBOARD_ORIENTATION_FACE_CAMERABillboard always faces the camera plane, regardless of rotation.- See Also:
-
BILLBOARD_ORIENTATION_FACE_CAMERA_GROUND
public static final int BILLBOARD_ORIENTATION_FACE_CAMERA_GROUNDBillboard lies parallel to the ground and rotates around it's
anchor point to face the camera. SetRotation can be used to offset the
final angle of the billboard.- See Also:
-
BILLBOARD_ORIENTATION_GROUND
public static final int BILLBOARD_ORIENTATION_GROUNDBillboard lies on the ground, orientation does not depend on the
camera position.- See Also:
-
-
Constructor Details
-
BillboardOrientation
public BillboardOrientation()
-