3ds2egg - convert .3ds into .egg format
In the spirit of obj2egg for Panda3d, here’s my early but mostly working version of 3ds2egg.py. It will handle simple untextured materials (diffuse material color settings are used) and simple textured objects. It will also handle single- and double-sided .3ds material settings applied to a mesh.
Among the things it doesn’t handle: smoothing groups, node tags, and keyframer stuff. I’m fairly certain that I got a few things wrong with respect to parameter matching .3ds and .egg material settings. Basically, if it’s something that I didn’t need, I didn’t implement it yet. You’ve been warned.
Download: 3ds2egg.py
Licensed under the WTFPL.
Comments(0)