Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#ActualSaTANO

Posted 06 February 2012 - 09:51 AM

I made some applications for iPhone with more complex geometry 8000+ poly (just for testing) and it works correct
There should be problem with your allocations in VBO (indexes probably) which should be OK for simple objects like cube in front view
- check your index count and vertex count in VBO creation state
- also check for quads vs. triangles (index count from 4 to 6), are you exporting direct triangles?

#1SaTANO

Posted 06 February 2012 - 09:49 AM

I made some applications for iPhone with more complex geometry 8000+ poly (just for testing) and it works correct
There should be problem with your allocations in VBO (indexes probably) which should be OK for simple objects like cube in front view
- check your index count and vertex count in VBO creation state
- also check for quads vs. triangles, are you exporting direct triangles?

PARTNERS