Hi all

I've started experimenting with the FlarToolkit (implemented via the
FLARManager) and Away3d.
I'm using Away3d instead of papervision because it's flash player 10
support.

The setup i have is working quite well, but so far I've stumbled into
a problem i can't seem to solve:

The marker get picked up properly and the 3d model i load on the top
of it looks centered  when the marker is kept in the middle of the
screen. But when i move the marker towards the edge of the screen, the
3d model gets gradually off position
- when the marker is on the far right of the screen, the 3d model is
shifted towards the center of the screen
- when the marker is on the far left, the 3d model is still shifted
towards the center of the screen.
Basically it looks like as there was a parallax effect: the 3d object
moves less than the marker.

I've tried fiddling around with the camera setting but without success
so far.

Is this related to the fact that FLAR uses a papervision3d camera?
Or it depends on the settings of the camera. Actually i'm initalising
the camera using the default parameters from the flarmanager:
camera = new FLARCamera3D(FlarManagerInstance.cameraParams);


Thanks in advance for any help.

Reply via email to