dkotfis/Octree-SLAM

Render cubes through OpenGL instancing

Closed this issue · 0 comments

Currently duplicate a cube to construct a new VBO using CUDA.
Would be more efficient to skip this and use OpenGL instanced drawing to just render the same cube vbo at each center with each color.