java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.carto.styles.BillboardOrientation |
Possible orientation modes for billboards.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
BillboardOrientation | BILLBOARD_ORIENTATION_FACE_CAMERA | Billboard always faces the camera plane, regardless of rotation. | |||||||||
BillboardOrientation | BILLBOARD_ORIENTATION_FACE_CAMERA_GROUND | Billboard lies parallel to the ground and rotates around it's anchor point to face the camera. |
|||||||||
BillboardOrientation | BILLBOARD_ORIENTATION_GROUND | Billboard lies on the ground, orientation does not depend on the camera position. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static BillboardOrientation | swigToEnum(int swigValue) | ||||||||||
final int | swigValue() | ||||||||||
static BillboardOrientation | valueOf(String name) | ||||||||||
final static BillboardOrientation[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Billboard always faces the camera plane, regardless of rotation.
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.
Billboard lies on the ground, orientation does not depend on the
camera position.