I’ve been working on implementing a quadtree based LOD system. I’m using Pyglet as a python binding for OpenGL and I’m getting some weird behavior, I’d like to know if I’m doing something wrong. Setting up my buffers: (input data are leaves of a quadtree to be decoded in the vertex shader) Draw call: source for test_shader: And this doesn’t