SMeshBuffer Index Type

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
kklouzal
Posts: 343
Joined: Sun Mar 28, 2010 8:14 pm
Location: USA - Arizona

SMeshBuffer Index Type

Post by kklouzal »

Is it possible to set a SMeshBuffer to use 32Bit Indices? I ask because I'm creating a SMeshBuffer from debug data given to me from another library and the data is too large to use with 16Bit Indices. I thank you for any input on the matter.
Dream Big Or Go Home.
Help Me Help You.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: SMeshBuffer Index Type

Post by hybrid »

No, only DynamicMeshBuffer has both types supported. And only very few mesh loaders support 32bit as well.
Post Reply