Sections

 Home
 Dev Log
 Resume
 Free Media
 Riddles
 Bob's Gallery
 Links & Resources
 Contact


Projects

 Stem
 Nyx
 Kana Quizzer
 Keybinding Util
 Model Gallery
 Applets
 Nexus


Applets

 Contents
 Mr. Jelly 2D
 Mr. Jelly 3D
 Toroidal Spirals
 3D Tetris
     Tetris AI
 Bullies
     Bullies AI


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

3D Mr. Jelly

Textured and 3D version of my first JOGL applet. 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 (which isn't for quite a while).

Almost all the geometry was done from scratch, the head alone taking a couple days (and giving me a new appreciation for modeling software). Textures were imported using a port of NeHe's texture loader.

back source