multiple vbos for each prop

This commit is contained in:
2020-06-27 22:37:55 -04:00
parent 18abe824d2
commit 465f863687
3 changed files with 7 additions and 147 deletions

View File

@@ -142,7 +142,7 @@ void run(const std::string &config_file, GLFWwindow *window) {
glLineWidth(1.5);
prop.vbo.put(points(group, root, time));
std::get<0>(prop.vbos).put(points(group, root, time));
Matrices mats{};