lanice / elemate

A sandbox game.
8 stars 0 forks source link

Buffer update performance #118

Closed kateyy closed 10 years ago

kateyy commented 10 years ago

This increases the performance for our frequent buffer updates:

We cannot use glBufferStorage :( (requires Opengl 4.4, not supported on my mobile gpu). But nevertheless this keeps the frame rate constant while modifying the terrain.

FHorschig commented 10 years ago

Compiles and runs. But I don't really recognize the changes.

kateyy commented 10 years ago

Doesn't really change anything for my desktop, but as mentioned, it keeps a constant frame rate while modifying the terrain, on my not so fast mobile gpu.

kateyy commented 10 years ago

Getting some more fps (with the last commit), +faster interaction. So please review =)

lanice commented 10 years ago

Yes, works on Ubuntu 13.10!