Page 1 of 1

Add MeshFaceCount() to Mesh library

Posted: Wed Jan 31, 2018 8:07 pm
by Psychophanta
Please sum MeshFaceCount() to the Mesh library.

Re: Add MeshFaceCount() to Mesh library

Posted: Thu Feb 01, 2018 4:19 pm
by Comtois
MeshFaceCount = MeshIndexCount()/3

Re: Add MeshFaceCount() to Mesh library

Posted: Mon Feb 05, 2018 4:04 pm
by Psychophanta
Comtois wrote:MeshFaceCount = MeshIndexCount()/3
Thanks :D