Re: [osg-users] current View Point

2008-12-17 Thread Vincent Bourdier
ot find "viewer.getView" function or equivelant to it > > > is there some way to help me fix or understand one of the two previous ways > or is there a way to directly update the node positon from the camira > position in the loop like using : > > osg::NodeCallback* nc = ne

Re: [osg-users] current View Point

2008-12-17 Thread olfat ibrahim
ase help --- On Wed, 12/17/08, Vincent Bourdier wrote: > From: Vincent Bourdier > Subject: Re: [osg-users] current View Point > To: olfat_ibra...@yahoo.com, "OpenSceneGraph Users" > > Date: Wednesday, December 17, 2008, 3:09 AM > Each frame, you have to update your matri

Re: [osg-users] current View Point

2008-12-17 Thread Vincent Bourdier
) >{ >// fire off the cull and draw traversals of the scene. >viewer.frame(); >viewer1.frame(); > >} > > now the object i used did not move what is the problem ?? > > --- On Wed, 12/17/08, Vincent Bourdier wrote: > > > From: V

Re: [osg-users] current View Point

2008-12-17 Thread olfat ibrahim
n Wed, 12/17/08, Vincent Bourdier wrote: > From: Vincent Bourdier > Subject: Re: [osg-users] current View Point > To: olfat_ibra...@yahoo.com, "OpenSceneGraph Users" > > Date: Wednesday, December 17, 2008, 2:46 AM > Hi, > > Please, make replies to your posts !

Re: [osg-users] current View Point

2008-12-16 Thread Vincent Bourdier
Hi, Please, make replies to your posts ! do not make a new thread each time ... If you reply to your post, we will have all the mailing history of this question, and we can see the evolution of the problem. Next, just with this code, we cannot see what the problem is. Tell us what is good in your

[osg-users] current View Point

2008-12-16 Thread olfat ibrahim
hi : iam creating a program that have two windows one i make a drive in it and the other is like a map i want to put indecator in the 2nd window that indicate my current position in the first one i used the following code but nothing happend: // Projection and ModelView matrices osg::Matr

Re: [osg-users] current View Point

2008-12-16 Thread Vincent Bourdier
: > > > From: Vincent Bourdier > > Subject: Re: [osg-users] current View Point > > To: olfat_ibra...@yahoo.com, "OpenSceneGraph Users" < > osg-users@lists.openscenegraph.org> > > Date: Tuesday, December 16, 2008, 4:50 AM > > Hi, > > >

Re: [osg-users] current View Point

2008-12-16 Thread Gordon Tomlinson
] current View Point i need the function to get the current view point ?? can any one help me? ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Re: [osg-users] current View Point

2008-12-16 Thread Vincent Bourdier
Hi, Please do not make a new thread each time... just reply the first one. Next, you can make some search on the mailing list archives... a lot of things are now resolved in it. Last, you can get the camera position with the camera manipulator : getMatrix or getInverseMatrix method. With this ma

[osg-users] current View Point

2008-12-16 Thread olfat ibrahim
i need the function to get the current view point ?? can any one help me? ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org