Class | Description |
---|---|
GeomShape3D |
A Shape3D object that maintains a reference to the GeomElement with which it is
associated.
|
J3DCurve |
A Java 3D node that represents a Curve in a Java 3D scene graph.
|
J3DGenModelNote |
A Java 3D node that represents a GenModelNote in a Java 3D scene graph.
|
J3DGenScreenNote |
A Java 3D node that represents a GenScreenNote in a Java 3D scene graph.
|
J3DGeomGroup<T extends GeomElement> |
A Java 3D node that represents a GeomElement in a Java 3D scene graph.
|
J3DGeomGroupFactory |
A factory for creating
J3DGeomGroup objects appropriate to the provided
GeomElement object. |
J3DGeomList |
A Java 3D node that represents a GeometryList in a Java 3D scene graph.
|
J3DGeomPlane |
A Java 3D node that represents a
GeomPlane in a Java 3D scene graph. |
J3DGeomPoint |
A Java 3D node that represents a GeomPoint in a Java 3D scene graph.
|
J3DGeomVector |
A Java 3D node that represents a
GeomVector in a Java 3D scene graph. |
J3DPointArray |
A Java 3D node that represents a PointArray in a Java 3D scene graph.
|
J3DPointString |
A Java 3D node that represents a PointString in a Java 3D scene graph.
|
J3DRenderingPrefs |
A class that contains a set of Java3D rendering preferences for this application.
|
J3DSurface |
A Java 3D node that represents a Surface in a Java 3D scene graph.
|
J3DTriangle |
A Java 3D node that represents a single Triangle in a Java 3D scene graph.
|
J3DTriangleList |
A Java 3D node that represents a TriangleList in a Java 3D scene graph.
|
PointArrayShape3D |
A Shape3D object based on a
PointArray . |
TriangleListShape3D |
A Shape3D object based on a
TriangleList . |
TriangleShape3D |
A Shape3D object based on a
Triangle . |
Enum | Description |
---|---|
ProjectionPolicy |
An enumeration of projection policy type codes.
|
RenderType |
An enumeration of render type codes.
|
SurfaceColorType |
An enumeration of surface color type codes.
|