Add MeshFaceCount() to Mesh library

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
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;
User avatar
Comtois
Addict
Addict
Posts: 1431
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
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
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;
Post Reply