|
Aviatrix3D 1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BoundingVolume | |
org.j3d.aviatrix3d | A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. |
Uses of BoundingVolume in org.j3d.aviatrix3d |
Subclasses of BoundingVolume in org.j3d.aviatrix3d | |
class |
BoundingBox
Bounds described as an axis-aligned bounding volume. |
class |
BoundingGeometry
Bounds described as an arbitrary piece of scene graph structure that is not rendered to screen. |
class |
BoundingSphere
Bounds described as a spherical volume. |
class |
BoundingVoid
Bounds described as something that does not exist in the scene graph. |
Fields in org.j3d.aviatrix3d declared as BoundingVolume | |
protected BoundingVolume |
Node.bounds
Bounding volume set by the user |
protected BoundingVolume |
Light.effectBounds
A bounding volume used to restrict the scope of what the light effects. |
protected BoundingVolume |
Geometry.bounds
Bounding volume set by the user |
Methods in org.j3d.aviatrix3d that return BoundingVolume | |
BoundingVolume |
Sound.getBounds()
Get the currently set bounds for this object. |
BoundingVolume |
Node.getBounds()
Get the currently set bounds for this object. |
BoundingVolume |
Light.getEffectBounds()
Get the current bounding volume that this light effects. |
BoundingVolume |
Geometry.getBounds()
Get the currently set bounds for this object. |
Methods in org.j3d.aviatrix3d with parameters of type BoundingVolume | |
void |
Node.setBounds(BoundingVolume b)
Set the bounds to the given explicit value. |
void |
Light.setEffectBounds(BoundingVolume bounds)
Set the bounds that will effect the range of this light. |
void |
Group.setBounds(BoundingVolume b)
Set the bounds to the given explicit value. |
void |
Geometry.setBounds(BoundingVolume b)
Set the bounds to the given explicit value. |
void |
BoundsUtils.combine(BoundingVolume parent,
BoundingVolume child)
Ensure that the parent bounds contains the child bounds entirely. |
void |
BoundsUtils.combine(BoundingVolume parent,
float[] point)
Ensure that the parent bounds contains the child bounds entirely. |
void |
BoundsUtils.contain(BoundingVolume parent,
BoundingVolume[] children)
Set the parent bounds to be the smallest container of the child bounds. |
|
Aviatrix3D 1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |