31e4185aa6
older versions of GLUT. |
||
---|---|---|
.. | ||
atmosphere.cpp | ||
atmosphere.h | ||
AUTHORS | ||
background.cpp | ||
background.h | ||
camera.cpp | ||
camera.h | ||
chunk.cpp | ||
chunk.h | ||
chunktable.h | ||
config.h | ||
ease.cpp | ||
ease.h | ||
file.cpp | ||
file.h | ||
lib3ds_float.cpp | ||
lib3ds_float.h | ||
light.cpp | ||
light.h | ||
Makefile | ||
material.cpp | ||
material.h | ||
matrix.cpp | ||
matrix.h | ||
mesh.cpp | ||
mesh.h | ||
node.cpp | ||
node.h | ||
quat.cpp | ||
quat.h | ||
ReaderWriter3DS.cpp | ||
README | ||
readwrite.cpp | ||
readwrite.h | ||
shadow.cpp | ||
shadow.h | ||
tcb.cpp | ||
tcb.h | ||
tracks.cpp | ||
tracks.h | ||
types.h | ||
vector.cpp | ||
vector.h | ||
viewport.cpp | ||
viewport.h |
This 3ds loader is based on lib3ds, details below. ReaderWriter3DS.cpp is the OSG code which adapts the library into a osg plugin. Robert Osfield, Feburary 2001. -- Lib3ds is a free alternative to Autodesk's 3DS File Toolkit for handling 3DS files It's main goal is to simplify the creation of 3DS import and export filters. This project is not related in any form to Autodesk. The library is based on unofficial information about the 3DS format found on the web. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. The official Lib3ds Homepage can be found under: http://lib3ds.sourceforge.net J.E. Hoffmann <je-h@gmx.net>