My very own OBJ Viewer

Written 2010-12-20

Tags:Geometry Obj Graphics 

The OBJ file format is a simple container for 3D geometry.
http://en.wikipedia.org/wiki/Obj

I needed a viewer for it, so I wrote one. So far it supports 3 element face-vertex form.Potentially, each face can have an unlimited number of vertices, but 3 serves my purposes. Also, there are several other items that can be stored, like texture and normal information that are not yet implemented, but it serves my purposes. Source code is available here: http://rsaxvc.net/code/obj3dviewer