Hello Guest

How to use VBOs

  • 4 Replies
  • 5099 Views
*

Offline Zin

  • *
  • 15
How to use VBOs
« on: September 11, 2016, 11:54:08 »
Hello there so im a beginner to opengl and lwjgl and stuff like that and i want to know how to render 3d shapes even a world with vbos im currently using a model loader and a glBegin and glEnd way to render my stuff its really sh**y i know but you get the idea any help with the topic would be greatly appreciated

*

Kai

Re: How to use VBOs
« Reply #1 on: September 11, 2016, 17:49:36 »
Everything you get as result of googling "Vertex Buffer Object (Tutorial)" is helpful. Did you try that?

*

Offline Zin

  • *
  • 15
Re: How to use VBOs
« Reply #2 on: September 12, 2016, 20:03:46 »
i have done that but im posting this because i dont understand anything from it

*

Kai

Re: How to use VBOs
« Reply #3 on: September 12, 2016, 20:17:56 »
Yeah, sorry about that. But there is nothing else you can do other than to try and try hard to understand the available resources.
Look for demos, tutorials (video tutorials on YouTube by ThinMatrix for example), articles and specifications, buy books about OpenGL (for example the "The OpenGLĀ® Programming Guide", also known as "the red book").
It will take time, effort and practice to learn it.
But the resources already available to you on the internet (first-page google results) are good.

*

Offline Zin

  • *
  • 15
Re: How to use VBOs
« Reply #4 on: September 14, 2016, 20:03:48 »
Thanks i will try to do those