Add MeshFaceCount() to Mesh library

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Psychophanta
Addict
Addict
Posts: 4997
Joined: Wed Jun 11, 2003 9:33 pm
Location: Lípetsk, Russian Federation
Contact:

Add MeshFaceCount() to Mesh library

Post by Psychophanta »

Please sum MeshFaceCount() to the Mesh library.
http://www.zeitgeistmovie.com

While world=business:world+mafia:Wend
Will never leave this forum until the absolute bugfree PB :mrgreen:
User avatar
Comtois
Addict
Addict
Posts: 1429
Joined: Tue Aug 19, 2003 11:36 am
Location: Doubs - France

Re: Add MeshFaceCount() to Mesh library

Post by Comtois »

MeshFaceCount = MeshIndexCount()/3
Please correct my english
http://purebasic.developpez.com/
User avatar
Psychophanta
Addict
Addict
Posts: 4997
Joined: Wed Jun 11, 2003 9:33 pm
Location: Lípetsk, Russian Federation
Contact:

Re: Add MeshFaceCount() to Mesh library

Post by Psychophanta »

Comtois wrote:MeshFaceCount = MeshIndexCount()/3
Thanks :D
http://www.zeitgeistmovie.com

While world=business:world+mafia:Wend
Will never leave this forum until the absolute bugfree PB :mrgreen:
Post Reply