[osg-users] Trackball manipulator start position

2011-05-27 Thread daniele argiolas
Hi,
I'm trying to modify simple application osgViewer.
I want to set the initial position of the camera (trackball manipulator).

How? I try to set it with setByMatrix, setByInverseMatrix but nothing.

can you explain me?

thanks

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=39836#39836





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Trackball manipulator start position

2011-05-27 Thread Robert Osfield
Hi Daniele,

Try setHomePosition(..).

Robert.

On Fri, May 27, 2011 at 11:56 AM, daniele argiolas arj...@gmail.com wrote:
 Hi,
 I'm trying to modify simple application osgViewer.
 I want to set the initial position of the camera (trackball manipulator).

 How? I try to set it with setByMatrix, setByInverseMatrix but nothing.

 can you explain me?

 thanks

 --
 Read this topic online here:
 http://forum.openscenegraph.org/viewtopic.php?p=39836#39836





 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Trackball manipulator start position

2011-05-27 Thread daniele argiolas
ok!!! thank you very much!

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=39841#39841





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org