Files
OpenSceneGraph/src/osgPlugins/obj
Robert Osfield 0a5ed26940 Moved the new osg::IndexedGeometry class over the top of the the existing
osg::Geometry class, and removed the temporary IndexedGeometry.  Port the rest
of the OSG across to account for the change in method calls -
osg::Geometry::addPrimitive(..) becomes osg::addPrimitiveSet(..)
2002-10-02 13:12:16 +00:00
..
2002-04-25 11:30:21 +00:00
2002-04-25 11:30:21 +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>