OpenSceneGraph/src/osgPlugins/3ds
2010-02-26 09:33:48 +00:00
..
lib3ds From Sukender, 2009-12-04 11:31:04 +00:00
AUTHORS From Sukender, 2009-12-04 11:31:04 +00:00
CMakeLists.txt From Sukender, 2009-12-04 11:31:04 +00:00
ReaderWriter3DS.cpp From Sukender, "- Added support for extended filenames (=not 8.3) for images: reads without crashing, optionnally write extended filenames (correctly truncate names if option is OFF). Write option is OFF by default. 2010-02-11 11:56:43 +00:00
README Renamed the follow plugins to facilitate CMake build 2007-03-11 13:23:06 +00:00
WriterCompareTriangle.cpp From Sukender, "- Added support for extended filenames (=not 8.3) for images: reads without crashing, optionnally write extended filenames (correctly truncate names if option is OFF). Write option is OFF by default. 2010-02-11 11:56:43 +00:00
WriterCompareTriangle.h From Sukender, "- Added support for extended filenames (=not 8.3) for images: reads without crashing, optionnally write extended filenames (correctly truncate names if option is OFF). Write option is OFF by default. 2010-02-11 11:56:43 +00:00
WriterNodeVisitor.cpp From Sukender, "I tried a tiny change in is83() function and had no crash (under Windows). "osgconv cow.osg cow.3ds" exports a black cow and "osgconv lz.osg lz.3ds" exports tree(s) at (0,0,0)... I guess there are still things to do about non-zero-index textures and multiple instanciation of a node, but at least it doesn't crash." 2010-02-26 09:33:48 +00:00
WriterNodeVisitor.h From Sukender, "- Added support for extended filenames (=not 8.3) for images: reads without crashing, optionnally write extended filenames (correctly truncate names if option is OFF). Write option is OFF by default. 2010-02-11 11:56:43 +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>