Repository

Topics

j3d.org

Geometry Images

There are many geometrical primitives available in the library. The pictures here are used to demonstrate the capabilities of the geometry rather than the range of primitives.

The demonstration application is named GeometryDemo.

The basic sphere model using solid polygons and a quads geometry
The same model that now uses Java3D polygon attributes to display the model as wireframe.
The same model now displayed using points.
Back to wireframe mode and this time turning off lighting so that you can see how the generation works.
Now we generate the items using a triangle strip to show the flexibility of the code to allow you to generate any object in the most efficient geometry type.
Just another gratuitous sexy demo picture. This time showing the spring primitive type.