mradugin / u3d-to-stl

Simple U3D model to STL converter based on u3d-parser from Universal 3D Sample Software https://sourceforge.net/projects/u3d/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple U3D model to STL converter based on u3d-parser from Universal 3D Sample Software https://sourceforge.net/projects/u3d/

License:Apache License 2.0


Languages

Language:C 99.0%Language:CMake 1.0%