Hi-Rez / Satin

A 3D Graphics Framework built on Apple's Metal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] multiple mesh models are exported as a whole?

ccworld1000 opened this issue · comments

commented

In the actual scene, multiple mesh models are often added to the object, and multiple mesh models are exported as a whole?

is this a question or a comment?

commented

question

commented

When I use it, I find some problems. Some may not understand, and some feel that you may not have time to do it. For example, there are other problems in saving the model. Some problems may not be easy to describe.

to export each mesh separately, you can use this function to get all the meshes in the scene and iterate over each mesh to save them individually. To export an entire scene, please see the updated Export example! Hope that helps!