No this won't work. 1. As no material is assigned it will have random color. 2. No shading. 3. Wireframe triangles visible...
On Nov 19, 3:43 am, Aji Pamungkas <[email protected]> wrote: > 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
