Simple U3D to STL converter based on sample u3d-parser from Universal 3D Sample Software
Running u3d-to-stl my_file.u3d
will produce my_file_<u3d_mesh_name>.stl
for each CLOD_Mesh_Continuation (0xFFFFFF3B) block.
- Only meshes from CLOD_Mesh_Continuation (0xFFFFFF3B) are supported;
- Only meshes without materials are supported.