Class HighResolutionTerrain.RectTile

  • Enclosing class:
    HighResolutionTerrain

    protected static class HighResolutionTerrain.RectTile
    extends java.lang.Object
    Defines an internal terrain tile. This class is meant to be small and quickly constructed so that many can exist simultaneously and can be created anew for each operation. The geometry they refer to is cached and is independent of a particular RectTile instance. Current and future RectTile instances use the same cached geometry instance.
    • Constructor Summary

      Constructors 
      Constructor Description
      RectTile​(Extent extent, int density, Sector sector)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait