0

I have one file with extension .3d. How to convert it to .obj?

Cœur
  • 37,241
  • 25
  • 195
  • 267
tasha
  • 21
  • 1
  • 3

1 Answers1

0

If it's a unsupported format by 3dsmax then you need a importer plugin or script to import the *.3d file. To export it you just export as *.obj either manually or automated by script.

You can look into other free software and see if it supports the format you need.

Blender: http://blender.org/

Meshlab: http://meshlab.sourceforge.net/

IAmNoone
  • 1,011
  • 1
  • 8
  • 25