Packagecom.derschmale.wick3d.display3D
Classpublic class BoundingVolume

The BoundingVolume class is an enumeration class for types of bounding volumes. These are used to simplify the creation of bounding volumes for objects.

See also

com.derschmale.wick3d.core.geometry.bounds.BoundingSphere
com.derschmale.wick3d.core.geometry.bounds.BoundingVolumeGenerator


Public Properties
 PropertyDefined by
  BOUNDING_SPHERE : String = "boundingBoxAxisAligned"
[static] The type value for a bounding sphere
BoundingVolume
  NONE : String = "none"
[static] The type value for no bounding box.
BoundingVolume
Property detail
BOUNDING_SPHEREproperty
public static var BOUNDING_SPHERE:String = "boundingBoxAxisAligned"

The type value for a bounding sphere

See also

NONEproperty 
public static var NONE:String = "none"

The type value for no bounding box.