Releases: 3D-GM/Model
Releases · 3D-GM/Model
v1.0.0
🎮 3D Game Machine - 3GM to OBJ Converter v1.0
===========================================
Usage: 3GM2OBJ.exe [options] <file.3GM>
Options:
-h, --help Show this help message
-v, --version Show version information
-o, --output Specify output file (default: input basename)
-d, --debug Enable verbose logging
-f, --format Output format: obj, json (default: obj)
Examples:
3GM2OBJ.exe ship.3GM
3GM2OBJ.exe -o custom.obj ship.3GM
3GM2OBJ.exe -d -f obj ship.3GM