forked from malexw/3dc
-
Notifications
You must be signed in to change notification settings - Fork 1
Program for converting various 3D file formats
This is a java port of malexw/3dc. I've also done some work so that it works more like a library (no more stdout calls).
License
bsutton/Reprap-Print-Studio
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
3dc allows the conversion between a number of popular 3d CAD file formats. 3dc was specifically written to support work with the reprap 3d printer and is part of a multi-material tool chain that I'm developing. Compiling ------------------- Run cd convertor mvn install The compiled classes will be in the convertor/target/classes directory. Usage ------------------- $ ./run.sh input_type input_file output_type output_file Where input_type and output_type is one of: amf, stl, stlb, or obj Known Issues ------------------- The OBJ parser does not currently support materials or textures.
About
Program for converting various 3D file formats
This is a java port of malexw/3dc. I've also done some work so that it works more like a library (no more stdout calls).
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 99.3%
- Other 0.7%