MeshConv
Build complete Wavefront OBJ file from separated data for debugging libcmo21.
Usage
- Restore this project by Astral UV.
- Save all mesh components into separate files in this directory.
- Vertex position as
VertexPosition.binfor example. - Vertex normal as
VertexNormal.binfor example. - Vertex UV as
VertexUV.binfor example. - Face indices as
FaceIndices.binfor example.
- Vertex position as
- Execute
uv run main.py -p VertexPosition.bin -n VertexNormal.bin -u VertexUV.bin -i FaceIndices.bin -o mesh.obj -m mesh.mtlfor example. It will utilize previous saved file to generate a Wavefront OBJ filemesh.objand corresponding material filemesh.mtl. For the usage of these switches, please pass--helpto the program.