Some code from a very cool computer graphics class, mostly in Java.
Scaled Graphics
On a rotatable cube :)
![](/cs446/Cube/screenshot.png)
Zip file: cube.zip
Raytracer
Of conic sections. The top banner was created with a later version of this program. The second shot below was produced as part of a class project; my contribution was to add Phong Shading and triangular meshes.
![](/cs446/Raytrace2/screenshot.png)
![](/cs446/sinesrevenge.png)
Zip file: raytrace2.zip
Z-Buffer
Combining 3-d objects.
![](/cs446/Zbuffer2/screenshot.png)
Zip file: zbuffer2.zip