About VAO,VBO #16
Replies: 2 comments
-
1: VAOs and VBOs are used for storing data in the VRAM, storing a single circle in a single VAO/VBO is the ideal case since they share the same geometry and hence the since data |
Beta Was this translation helpful? Give feedback.
-
Hi @DaniaNouro, I've added new sample ( |
Beta Was this translation helpful? Give feedback.
-
Hello, I have many questions. 1: Suppose I want to draw 6 circles. Is it better to define a different VAO and VBO for each circle, or do I have to do that? 2: I want to put an image for each circle. How should I deal with the textures? I mean, for each texture, I define a special uniform. It does, right? And I repeat all the steps of defining and creating texture 6 times as if I were placing it on one circle? I did that, but the images only appeared on one circle
Beta Was this translation helpful? Give feedback.
All reactions