Interface | Description |
---|---|
J3DUtils.ShapeHandler |
callback interface for
J3DUtils.traverseShapes(Node, ShapeHandler) |
Class | Description |
---|---|
AnnulusWidget |
A circular annulus.
|
AxesWidget |
A widget with an axes triad.
|
CircleWidget |
A circle.
|
ConeWidget |
A cone.
|
CurveWidget |
Base class for widgets that are curves.
|
CylinderWidget |
A cylinder.
|
EdgedFacetedWidget |
A
FacetedWidget whose second geometry is an array of edges. |
FacetedWidget |
A
Widget whose first geometry is an array of polygon faces. |
FrustumWidget |
A rectangular frustum.
|
IsoscelesWidget |
An isosceles triangle.
|
J3DAxesShape |
A Java3D shape displaying the 3D axes at the origin.
|
J3DIndexAccessor |
Read indices in a
JOGLGeometry or a Java3D GeometryArray . |
J3DIndexAccessor.J3DCoordOnlyIndexAccessor |
This impl handles coord-index-only by-copy index storage.
|
J3DIndexAccessor.J3DCopyIndexAccessor |
This impl handles by-copy index storage.
|
J3DIndexAccessor.J3DRefIndexAccessor |
This impl handles by-ref index storage, which is necessarily
coord-index-only.
|
J3DIndexAccessor.JOGLIndexAccessor |
This impl handles
JOGLGeometry . |
J3DPrimitiveIterator |
Read primitives in a
JOGLGeometry or a Java3D GeometryArray . |
J3DPrimitiveIterator.J3DLineStripIterator |
This impl iterates line strips.
|
J3DPrimitiveIterator.J3DStripIterator |
This is a base impl for stripped geometry.
|
J3DPrimitiveIterator.J3DTriangleFanIterator |
This impl iterates triangle fans.
|
J3DPrimitiveIterator.J3DTriangleStripIterator |
This impl iterates triangle strips.
|
J3DPrimitiveIterator.JOGLQuadStripIterator |
This impl iterates quad strips.
|
J3DRX |
RX interop with Java3D Transform3D. |
J3DUtils |
Java3D Utilities.
|
J3DUtils.ApplyingShapeHandler |
Generic
J3DUtils.ShapeHandler impl that delegates to an object
implementing an apply(Object[]) method. |
J3DVersion |
Java3D version checking.
|
J3DVertexAccessor |
Read/write vertices in a
JOGLGeometry or a Java3D GeometryArray . |
J3DVertexAccessor.J3DBufferVertexAccessor |
This impl handles NIO non-interleaved by-ref vertex storage.
|
J3DVertexAccessor.J3DCopyVertexAccessor |
This impl handles by-copy vertex storage.
|
J3DVertexAccessor.J3DInterleavedBufferVertexAccessor |
This impl handles NIO interleaved vertex storage, both for
JOGLGeometry and GeometryArray . |
J3DVertexAccessor.J3DInterleavedVertexAccessor |
This impl handles non-NIO interleaved by-ref vertex storage.
|
J3DVertexAccessor.J3DRefVertexAccessor |
This impl handles non-NIO and non-interleaved by-ref vertex
storage.
|
JOGLEdgedFacetedWidget |
An
EdgedFacetedWidget with JOGLGeometry edge and face
geometries. |
JOGLGeometry |
A container for OpenGL geometry.
|
PrismWidget |
A rectangular prism.
|
PyramidWidget |
A rectangular pyramid.
|
RectangleWidget |
A rectangle.
|
RouteWidget |
A path interpolating start and end vertices.
|
SectorWidget |
A circular sector.
|
SegmentWidget |
A line segment.
|
SphereWidget |
A sphere.
|
Widget |
Defines a set of geometries and their appearances.
|
Enum | Description |
---|---|
JOGLGeometry.Format |
The supported set of OpenGL interleaved vertex formats.
|
RouteWidget.RouteType |
the possible route types
|
Vona's utils: Java3D stuff.