Class BillboardOrientation

java.lang.Object
com.massifmaps.styles.BillboardOrientation

public final class BillboardOrientation extends Object
Possible orientation modes for billboards.
  • Field Details

    • BILLBOARD_ORIENTATION_FACE_CAMERA

      public static final int BILLBOARD_ORIENTATION_FACE_CAMERA
      Billboard always faces the camera plane, regardless of rotation.
      See Also:
    • BILLBOARD_ORIENTATION_FACE_CAMERA_GROUND

      public static final int BILLBOARD_ORIENTATION_FACE_CAMERA_GROUND
      Billboard 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_GROUND
      Billboard lies on the ground, orientation does not depend on the
      camera position.
      See Also:
  • Constructor Details

    • BillboardOrientation

      public BillboardOrientation()