OpenSceneGraph/src/osgPlugins/3ds
2007-12-10 17:30:18 +00:00
..
atmosphere.cpp Renamed the follow plugins to facilitate CMake build 2007-03-11 13:23:06 +00:00
atmosphere.h From Eric Wing, pedantic warning fixes 2007-04-06 15:36:13 +00:00
AUTHORS Renamed the follow plugins to facilitate CMake build 2007-03-11 13:23:06 +00:00
background.cpp Renamed the follow plugins to facilitate CMake build 2007-03-11 13:23:06 +00:00
background.h From Eric Wing, pedantic warning fixes 2007-04-06 15:36:13 +00:00
camera.cpp Renamed the follow plugins to facilitate CMake build 2007-03-11 13:23:06 +00:00
camera.h From Eric Wing, pedantic warning fixes 2007-04-06 15:36:13 +00:00
chunk.cpp Renamed the follow plugins to facilitate CMake build 2007-03-11 13:23:06 +00:00
chunk.h From Eric Wing, pedantic warning fixes 2007-04-06 15:36:13 +00:00
chunktable.h From Eric Wing, pedantic warning fixes 2007-04-06 15:36:13 +00:00
CMakeLists.txt Moved the TARGET_NAME setting into the OsgMacroUtils.cmake. 2007-03-19 17:24:19 +00:00
config.h Renamed the follow plugins to facilitate CMake build 2007-03-11 13:23:06 +00:00
ease.cpp Renamed the follow plugins to facilitate CMake build 2007-03-11 13:23:06 +00:00
ease.h From Eric Wing, pedantic warning fixes 2007-04-06 15:36:13 +00:00
file.cpp Renamed the follow plugins to facilitate CMake build 2007-03-11 13:23:06 +00:00
file.h From Eric Wing, pedantic warning fixes 2007-04-06 15:36:13 +00:00
lib3ds_float.cpp Renamed the follow plugins to facilitate CMake build 2007-03-11 13:23:06 +00:00
lib3ds_float.h From Eric Wing, pedantic warning fixes 2007-04-06 15:36:13 +00:00
light.cpp Renamed the follow plugins to facilitate CMake build 2007-03-11 13:23:06 +00:00
light.h From Eric Wing, pedantic warning fixes 2007-04-06 15:36:13 +00:00
material.cpp From Stephan Huber, "attached you'll find a small fix for the 3ds-plugin, so 3ds-files 2007-06-30 15:40:23 +00:00
material.h From Eric Wing, pedantic warning fixes 2007-04-06 15:36:13 +00:00
matrix.cpp Renamed the follow plugins to facilitate CMake build 2007-03-11 13:23:06 +00:00
matrix.h From Eric Wing, pedantic warning fixes 2007-04-06 15:36:13 +00:00
mesh.cpp Renamed the follow plugins to facilitate CMake build 2007-03-11 13:23:06 +00:00
mesh.h From Eric Wing, pedantic warning fixes 2007-04-06 15:36:13 +00:00
node.cpp Renamed the follow plugins to facilitate CMake build 2007-03-11 13:23:06 +00:00
node.h From Eric Wing, pedantic warning fixes 2007-04-06 15:36:13 +00:00
quat.cpp Renamed the follow plugins to facilitate CMake build 2007-03-11 13:23:06 +00:00
quat.h From Eric Wing, pedantic warning fixes 2007-04-06 15:36:13 +00:00
ReaderWriter3DS.cpp From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)." 2007-12-10 17:30:18 +00:00
README Renamed the follow plugins to facilitate CMake build 2007-03-11 13:23:06 +00:00
readwrite.cpp Renamed the follow plugins to facilitate CMake build 2007-03-11 13:23:06 +00:00
readwrite.h From Eric Wing, pedantic warning fixes 2007-04-06 15:36:13 +00:00
shadow.cpp Renamed the follow plugins to facilitate CMake build 2007-03-11 13:23:06 +00:00
shadow.h From Eric Wing, pedantic warning fixes 2007-04-06 15:36:13 +00:00
tcb.cpp Renamed the follow plugins to facilitate CMake build 2007-03-11 13:23:06 +00:00
tcb.h From Eric Wing, pedantic warning fixes 2007-04-06 15:36:13 +00:00
tracks.cpp Renamed the follow plugins to facilitate CMake build 2007-03-11 13:23:06 +00:00
tracks.h From Eric Wing, pedantic warning fixes 2007-04-06 15:36:13 +00:00
types.h From Eric Wing, pedantic warning fixes 2007-04-06 15:36:13 +00:00
vector.cpp Renamed the follow plugins to facilitate CMake build 2007-03-11 13:23:06 +00:00
vector.h From Eric Wing, pedantic warning fixes 2007-04-06 15:36:13 +00:00
viewport.cpp Renamed the follow plugins to facilitate CMake build 2007-03-11 13:23:06 +00:00
viewport.h From Eric Wing, pedantic warning fixes 2007-04-06 15:36:13 +00:00

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>