Hi John,

my setup:

private function createCams():void {
camera = new Camera3D();

camera.x = 0;
camera.y = 0;
camera.z = -400;

var __pointToLookAt:Vector3D = new Vector3D(0,0,0);
camera.lookAt(__pointToLookAt);
}

private function createLenses():void {
lens = new PerspectiveLens();
lens.fieldOfView = 60;
}

private function assignCamsAndLenses():void {
camera.lens = lens;
view.camera = camera;
}



thanks for chekking,
Vatro

On 12 Apr., 22:18, John Brookes <jbp...@googlemail.com> wrote:
> I dont get thathttp://www.shrewballooba.co.uk/test/
>
> whats your setup? camera/lens etc

Reply via email to