Hi Stju, myCube = new Cube(); myCube.ownCanvas = true; myCube.bothsides = true; myCube.alpha = 0.5; view3D.scene.addChild(myCube);
Hope it works. :D On Thu, Nov 18, 2010 at 5:01 PM, Stju <[email protected]> wrote: > Hi! > I have a simple question with looks like not so simple solution.. > Basically I need semi transparent Box (look at the blue box picture) > [img]http://stju.info/assets/transparent_cube.png[/img] > -- Aji Pamungkas
