Hi Jaideep,

Jaideep Khadilkar wrote:
> 
> Hi Carsten ...
> 
> I tried Adding setCameraTransformation function after setting beacon for 
> camera. But what happens now , system completly ignores my
> SSM->getCamera()->setBeacon(beaconXformN);
>  call and behaves as if no beacon was set.
> 
> Also if I remove SSM->getCamera()->setBeacon(beaconXformN); and
> only keep SSM()->getNavigator()->setCameraTransformation(beaconXformN);
> then my vieport goes blank, may be camera is shifting to some undesired 
> position.
> 
> I also tried using
> GetSSM()->getNavigator()->updateCameraTransformation();
> after setting but no help.
> 
> I tried combinations of these three functions... but not working.

I'm not in the office right now so I can't verify it, but here's my $.02:

I wouldn't mess with the beacon for the built-in Navigator. If all you 
want to do is move it around, use just 
SSM()->getNavigator()->set(Matrix&) (or another set() variant) to change 
the position, and the rest should just work.

Hope it helps

        Dirk

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to