create mesh faster

create mesh faster

egoldid1
Advocate Advocate
286 Views
1 Reply
Message 1 of 2

create mesh faster

egoldid1
Advocate
Advocate

Hi, I use MFnMesh.create() to create a mesh with special arrays... but when My mesh have many polygons it can be run very slow. Now my question is, is there faster way to create mesh? for example it run in multithreads...

0 Likes
287 Views
1 Reply
Reply (1)
Message 2 of 2

jmreinhart
Advisor
Advisor

The MFnMesh.create() function is the fastest way to create a mesh from data. But some of the slowness could come from how you are loading that data prior to calling the function.