g = gl.GLGridItem()
g.scale(10, 10, 1)
g.setSize(100,100,100)
w.addItem(g)
but nothing happens and no error.
Am I missing something?
Thanks
I am trying to change the size of my 3d grid but have no success. I found the GLGridItem setSize in the docs. When I use the examples, say volumetric, i have tried:g = gl.GLGridItem()
g.scale(10, 10, 1)
g.setSize(100,100,100)
w.addItem(g)