MySchoolEngine / GLEngine

The goal of this repository is to build rendering focused game engine. Feel free to join me and extend this project.
https://myschoolengine.github.io/GLEngine-Documentation/
Other
21 stars 1 forks source link

Mutable VBO's #41

Open RohacekD opened 5 years ago

RohacekD commented 5 years ago

In order to live edit terrain I need efficient way how to update VBO's

RohacekD commented 5 years ago

https://stackoverflow.com/questions/18456574/opengl-changing-vbo-data-occasionally

RohacekD commented 5 years ago

I don't need that for basic terrain anymore. But I think it is nice to have feature for the engine.