Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 538 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 538 Bytes

u3d-to-stl

Build Status

Simple U3D to STL converter based on sample u3d-parser from Universal 3D Sample Software

Usage

Running u3d-to-stl my_file.u3d will produce my_file_<u3d_mesh_name>.stl for each CLOD_Mesh_Continuation (0xFFFFFF3B) block.

Limitations

  • Only meshes from CLOD_Mesh_Continuation (0xFFFFFF3B) are supported;
  • Only meshes without materials are supported.