Files
OpenSceneGraph/src/osgPlugins/obj
Don BURNS fa33244f92 1) Replaced all Makefile* with GNUmakefile*.
2) Changed Makedepend system to make individual dependency files, which
   should save time rebuilding dependencies by limiting the regeneration
   of dependency file for only modified source files.
2003-03-12 10:39:43 +00:00
..

This Wavefront OBJ reader is based on the glm file format reader by
Nate Robins - http://www.pobox.com/~ndr/

ReaderWriterOBJ.cpp is the OSG code which adapts the library into a osg plugin.

Copyright (C) Ulrich Hertlein <u.hertlein@web.de>