<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title> Stanford bunny </title> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <h1>Stanford bunny</h1> <p> The screenshots display a 3D model of a bunny from the <a href="http://www-static.cc.gatech.edu/projects/large_models/">Large Geometric Models Archive</a>, which was reconstructed by the <a href="http://www-graphics.stanford.edu/">Stanford Computer Graphics Laboratory</a>. </p> <p> The full solid model is displayed in the first image. The second image shows the right side of the head as a wire frame model. The third image shows a close view at the right eye. Front lines and triangle normals are displayed. </p> <img width=310 height=327 src="pics/bunny_solid.jpg"> <img width=310 height=327 src="pics/bunny_wire.jpg"> <img width=310 height=327 src="pics/bunny_normals.jpg"> <p> <a href="index.html#Screenshots">Back to main page</a> </p> </body> </html>