Re: [osg-users] Virtual walk on my scene

2010-06-22 Thread Clay, Bruce
...@lists.openscenegraph.org] On Behalf Of Elmar Alizade Sent: Monday, June 21, 2010 2:05 AM To: osg-users@lists.openscenegraph.org Subject: Re: [osg-users] Virtual walk on my scene Hi Trajce, Where I can get samples about using osgGA::FirstPersonManipulator? ... Thank you! Cheers, Elmar

Re: [osg-users] Virtual walk on my scene

2010-06-21 Thread Trajce (Nick) Nikolov
Hi Elmar, have a look at osgviewer. or you can do viewer.setCameraManipulator( new osgGA::FirstPersonManipulator ) - that is only you need -Nick On Mon, Jun 21, 2010 at 8:04 AM, Elmar Alizade wrote: > Hi Trajce, > Where I can get samples about using osgGA::FirstPersonManipulator? > > ... > > T

Re: [osg-users] Virtual walk on my scene

2010-06-20 Thread Elmar Alizade
Hi Trajce, Where I can get samples about using osgGA::FirstPersonManipulator? ... Thank you! Cheers, Elmar -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=29187#29187 ___ osg-users mailing list osg

Re: [osg-users] Virtual walk on my scene

2010-06-17 Thread Trajce (Nick) Nikolov
Hi Elmar, then I would suggest to have a look at osgGA::FirstPersonManipulator and get familiar with the examples as they are good to walk you thru different aspect of osg. Also do a search in the archive. Collision detection was discussed a lot -Nick On Thu, Jun 17, 2010 at 2:45 PM, Elmar Aliz

Re: [osg-users] Virtual walk on my scene

2010-06-17 Thread Elmar Alizade
Hi, Trajce I want to move through in my scene. First of all I want to create player combined camera and create collision between this player and my objects. ... Thank you! Cheers, Elmar -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=29083#29083

Re: [osg-users] Virtual walk on my scene

2010-06-17 Thread Trajce (Nick) Nikolov
Hi Elmar, what do you mean by virtual walk? interactively to mo move thru your scene? Animate the camera ? when you run osgviewer with your model, press 'h', help will show on your screen., There are couple of Camera Manipulators available - obviousely the keys 1-5, these allow you to move with th

[osg-users] Virtual walk on my scene

2010-06-17 Thread Elmar Alizade
Hi, I want to create visualization of my scene with terrain, my objects, sky, light and etc. I want to virtual walk on my scene. Where I can find sample about this? Generally is it possible with OSG? ... Thank you! Cheers, Elmar -- Read this topic online here: http://forum.op