Hi Paul, I've had trouble with this as well. The workaround I've used so far is to apply an invisble material, though it would be far better if you could use removeChild/addChild, so the object isn't in the rendering pipeline. myObject.material = new ColorMaterial(0,0);
Cheers On Apr 22, 2:16 pm, Paul T <[email protected]> wrote: > Hello All, > > I'm just wondering what the best way to hide individual objects is in > Broomstick. > > The Object3D visible property has disappeared. Is there a new > visiblity property? > > Thanks in advance, > > Paul
