Class BoundingVolume

java.lang.Object
com.gaia3d.process.tileprocess.tile.tileset.node.BoundingVolume
All Implemented Interfaces:
Serializable

public class BoundingVolume extends Object implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • distributeScene

      public List<List<TileInfo>> distributeScene(List<TileInfo> tileInfos)
    • calcCenter

      public org.joml.Vector3d calcCenter()
    • createSqureBoundingVolume

      public BoundingVolume createSqureBoundingVolume()
      Create square bounding volume maximum x or y value is increased to make square bounding volume.
      Returns:
      square bounding volume