turning off the default grid should be ? :
scene.setGridIsDrawn(false);
But dropping this into the BasicUse example(or any other) I get the error " The function "setGridIsDrawn(boolean)" does not exist"
Is it possible to change the orientation of this default grid ?
My scene consists of a number of small spheres arranged in the shape of a large sphere, I have these small spheres constrained so they can't be moved or scaled, what I would like to do is to be able to read out which one of these small spheres has been clicked/selected.... are there any basic examples anywhere that would show how this could be achieved(I can't see anything in the included examples)
cheers, mala