Class BillboardScaling

java.lang.Object
com.massifmaps.styles.BillboardScaling

public final class BillboardScaling extends Object
Possible scaling modes for billboards.
  • Field Details

    • BILLBOARD_SCALING_WORLD_SIZE

      public static final int BILLBOARD_SCALING_WORLD_SIZE
      Billboard has a constant world space size. Zooming causes the billboard
      to get smaller or bigger on the screen.
      See Also:
    • BILLBOARD_SCALING_SCREEN_SIZE

      public static final int 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.
      See Also:
    • BILLBOARD_SCALING_CONST_SCREEN_SIZE

      public static final int BILLBOARD_SCALING_CONST_SCREEN_SIZE
      Billboard's screen size is always the same, regardless of the zoom level, tilt angle or
      billboard's position.
      See Also:
  • Constructor Details

    • BillboardScaling

      public BillboardScaling()