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

#ActualHodgman

Posted 06 July 2012 - 12:08 AM

You cant save stuff to VBO's before compiling.
I would just use assimp and load some file format and save the data I need in binary form which is very fast to load.

Pretty sure that's what he means -- so instead of parsing an ASCII OBJ file at runtime and filling in your VBO, you simply memcpy your binary file straight into your VBO without any parsing or processing required at load time.

#1Hodgman

Posted 06 July 2012 - 12:02 AM

You cant save stuff to VBO's before compiling.
I would just use assimp and load some file format and save the data I need in binary form which is very fast to load.

Pretty sure that's what he means -- so instead of parsing an ASCII OBJ file at runtime and filling in your VBO, you simply memcpy your binary file straight into your VBO without any parsing or processing required.

PARTNERS