Hello everyone,
        I am creating a room.. http://sharedaa.com/labs/flash/away3d/room.swf
here is the demo. Not finished yet.. In this camera occupied the full
view.. Here is the code http://sharedaa.com/labs/flash/away3d/room.zip
...

I am using camara3D for camera..

[SWF(backgroundColor="#FFFFFF",frameRate="30",quality="LOW",width="800",height="600")]

var swfHeight:Number = 800;
var swfWidth:Number = 600;
clipping = new RectangleClipping({minX: -swfWidth / 2, minY: -
swfHeight / 2, maxX: swfWidth / 2, maxY: swfHeight / 2});
viewer = new View3D( { camera: camera, scene: scene, clipping:
clipping, x: swfWidth / 2, y: swfHeight / 2, z: 0 } );

I used half value of swfWidth,swfHeight for view3d x and y
respectively. The room width and height is 8000X6000. But the camera
is covered all.. it does not shown the 800X600 scene. I want to show
only 800 * 600 part of the room to the user . if the user move up or
down i will show the others.. Like http://www.closier.nl/playground/temple.html
..
I should finish this tomorrow..

I think pete and  fabric3d are guru in away3d.. they may knew the
answer...I hope u guys will help me to finish this..

Reply via email to