Class BoundingVolume
java.lang.Object
com.gaia3d.process.tileprocess.tile.tileset.node.BoundingVolume
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionBoundingVolume
(GaiaBoundingBox boundingBox) BoundingVolume
(BoundingVolume boundingVolume) -
Method Summary
Modifier and TypeMethodDescriptionorg.joml.Vector3d
Create square bounding volume maximum x or y value is increased to make square bounding volume.distributeScene
(List<TileInfo> tileInfos)
-
Constructor Details
-
BoundingVolume
-
BoundingVolume
-
BoundingVolume
-
-
Method Details
-
distributeScene
-
calcCenter
public org.joml.Vector3d calcCenter() -
createSqureBoundingVolume
Create square bounding volume maximum x or y value is increased to make square bounding volume.- Returns:
- square bounding volume
-