Java not found
Tisk, tisk. You need Java to use this Applet.

Toroidal Spirals

A JOGL applet of a spiral around the outside of a torus. The view can be controlled the following ways:

  • Drag → Rotate
  • Drag + Ctrl → Translate (ie move)
  • Drag + Shift → Zoom

This was another project for Computer Graphics (CptS 542) and the source code will be available a few weeks after the deadline.

During development I turned a couple of interesting bugs into features:

  • Segmented- Inverts the ordering that normals are used.
  • Twist Trick- Edge connections between segments are rotated 75%.

Home Page