3D Studio loader/converter (With C++ sourcecode) description
Reads a 3DS file and outputs an easier to read format. Good utility with full source for reading .3DS files. It's easily tweakable (with a #define) to read from a file or memory and not that difficult to tweak for your own 3d structures. It's also done well enough that adding support for more features of the .3ds format should not be that difficult from a coding standpoint. Specs are admittedly hard to find.
File List:
3DSCO.CPP
18Kb
3DSCO.DOC
6Kb
3DSCO.TXT
1Kb
3DSLOAD.CPP
7Kb
3DSLOAD.H
3Kb
3DSOUT.CPP
8Kb
FILE_ID.DIZ
300b
MAKEFILE
446b
Similar code
3DWin 2.2
(Popularity: ) : A Little 3D to 3D Format Converter Version 2.2 This program is a little utility to convert 3D files to a number of other 3D formats. It can generate smooth triangles for those formats that support it, allowing you to ...