Converter
From Emma
1 ) Get the "3DS to Mesh converter"
2 ) Run "3ds2mesh.exe foo.3ds foo" from the command line.
3 ) The converter will create foo.mesh and foo.material.
4 ) To view the model, use:
- Shape {
- geometry MeshInline {
- url "foo.mesh"
- assetURLs "foo.material"
- }
- }
