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.BoundingVolumeType type) BoundingVolume(BoundingVolume boundingVolume) -
Method Summary
Modifier and TypeMethodDescriptionorg.joml.Vector3dCreate square bounding volume maximum x or y value is increased to make square bounding volume.distributeScene(List<TileInfo> tileInfos) getVolumeIncludeScenes(List<TileInfo> tileInfos, GaiaBoundingBox volume)
-
Constructor Details
-
BoundingVolume
-
BoundingVolume
-
BoundingVolume
-
-
Method Details
-
distributeScene
-
getVolumeIncludeScenes
-
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
-