mirror of
https://github.com/wahyd4/three.js.git
synced 2026-08-13 15:05:56 +10:00
CTM pipeline produces very small and efficient models, just it's quite involved. Models with multiple materials need to be split into separate files. For this there "split_obj.py" helper script. Also, as CTM format uses indexed shared vertices, with more complex UV unwrapping mesh may need to get preprocessed to create extra vertices for faces which have different UVs for the same vertices (MeshLab can do this).