Jump to content

[SOLVED] ObjectDynamic limitations


photo

Recommended Posts

Posted

Hello,

 

are there any limitations for the ObjectDynamic regarding the number of vertices or the number of indices?

It seems for me that the index buffer is 16-bit per index only, because my mesh with lots of vertices gets distorted while the dynamic_03.cpp example is running fine.

 

Thank you

 Helmut

  • Like 1
Posted

Yes, 16-bit indices only -> 65.536 indices possible

Posted

Thank you Ulf,

 

thats good to know.

 

cheers

 Helmut

×
×
  • Create New...