It looks like the correct way may be: view.clipping = new RectangleClipping();
from the new demo: http://www.infiniteturtles.co.uk/projects/away3d/demos/FrustumHotelRoom/srcview/index.html -Pete On Tue, Feb 24, 2009 at 8:16 PM, cellis <[email protected]>wrote: > > Did the RectangleClipping class change? I tried instantiating a View3D > with a clip but it told me it only takes one parameter. > > Heres the code i currently have: > > this.view = new View3D( { scene:this.scene, camera:this.camera, > clip:new RectangleClipping(-900, -300, 400, 300)} ); -- ___________________ Actionscript 3.0 Flash 3D Graphics Engine HTTP://AWAY3D.COM
