A simple renderer for .obj files in pure Java.
For rendering we use a Z-buffer and backface culling:
Rendering the animation shown above took about 10ms per frame - at least on my machine...
In halloween.gif, this .obj was used. In dog.png and dog.mp4, this.obj was used.