public enum BillboardScaling extends java.lang.Enum<BillboardScaling>
Enum Constant and Description |
---|
BILLBOARD_SCALING_CONST_SCREEN_SIZE
Billboard's screen size is always the same, regardless of the zoom level, tilt angle or
billboard's position. |
BILLBOARD_SCALING_SCREEN_SIZE
Billboard's size on screen is unaffected by zooming, but billboards
that are further away from the camera get smaller when the tilt angle is < 90. |
BILLBOARD_SCALING_WORLD_SIZE
Billboard has a constant world space size.
|
Modifier and Type | Method and Description |
---|---|
static BillboardScaling |
swigToEnum(int swigValue) |
int |
swigValue() |
static BillboardScaling |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BillboardScaling[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BillboardScaling BILLBOARD_SCALING_WORLD_SIZE
public static final BillboardScaling BILLBOARD_SCALING_SCREEN_SIZE
public static final BillboardScaling BILLBOARD_SCALING_CONST_SCREEN_SIZE
public static BillboardScaling[] values()
for (BillboardScaling c : BillboardScaling.values()) System.out.println(c);
public static BillboardScaling valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int swigValue()
public static BillboardScaling swigToEnum(int swigValue)