j3d.org Code

Package org.j3d.renderer.java3d.geom

Items of geometry that can be used in a Java 3D scenegraph.

See:
          Description

Class Summary
Axis Representation of a set of axis around the coordinates.
Box A simple box that uses boxs.
Cone A simple cone that uses triangles.
Cylinder A simple cylinder that uses cylinders.
Knot A mobius strip with specified number of divisions per circle-strip, number of divisions per strip (lengthwise), and appearance.
Mobius A mobius strip with specified number of divisions per strip, number of strips, position, and appearance.
RasterTextLabel A text label for labelling objects on screen that uses a Java 3D Raster to produce the overlay effect.
Shell A mobius strip with specified number of divisions per circle-strip, number of divisions per strip (lengthwise), and appearance.
Sphere A simple sphere that uses triangle strips.
SpiralTorus A torus where you specify inner radius, outer radius, inner-inner radius, spacing of spirals, arclength of an average quad, coordinates, and appearance.
Spring A simple spring that uses triangle strips.
Torus A simple torus that uses triangle strips.
 

Package org.j3d.renderer.java3d.geom Description

Items of geometry that can be used in a Java 3D scenegraph.

These items make use of the generic geometry generators in org.j3d.geom to create the base geometry.


j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org