the guys at syerit just published a 'behind the scenes' look at how they overcame a lot of these sorts of problems when constructing their site. check it out - its full of useful advice
http://labs.syerit.com/?p=82 Rob On Thu, Jan 21, 2010 at 7:21 PM, juliancruz87 <[email protected]>wrote: > http://www.syerit.com/think360/ in this example, I can see that the > camera never crosses the objects, nor objects disappear when the > camera is nearby. > > how can I do this. I have a camcorder and so far I'm making some shots > I want to do for a scenario but in spite of that I apply materials and > textures objects vanish someone can help me with this Thanks. > > > These are the properties of the camera > var camera:Camera3D=new Camera3D({z:-900}); > > > and these are the properties of the object > var wall:Plane=new Plane({width:710,height: > 200,material:frenteBitMapmaterial,z:-515,x:-5}) > view.scene.addChild(wall); > -- Rob Bateman Flash Development & Consultancy [email protected] www.infiniteturtles.co.uk www.away3d.com
