Files
OpenSceneGraph/src/osgPlugins/obj
Don BURNS 1a51045ea4 Added a stop gap fix for cygwin build. Previous experiements were creating
library and  plugin files that looked like system library and system files
which would have deleted original files on a 'make install'.  Cygwin is not
tested yet, but this needed to get fixed before a cygwin user wiped out his
system library files.
2002-04-07 17:47:03 +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>