chiark / gitweb /
Add multi object rendering and selection.
[cura.git] / Cura / util / mesh.py
index 18fd76e85da396bf34976544ee346a3356133377..59e3b3f62a04f42ed954972cb300780b1e2f3b3a 100644 (file)
@@ -60,6 +60,7 @@ class mesh(object):
        def __init__(self):
                self.vertexes = None
                self.vertexCount = 0
+               self.vbo = None
 
        def _addFace(self, x0, y0, z0, x1, y1, z1, x2, y2, z2):
                n = self.vertexCount