mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 20:12:48 -05:00
multiple vbos for each prop
This commit is contained in:
@@ -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{};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user