HI Seppo,

The osgGA::UFOManipilator might be closest to what you want.
However, just use this and other manipulators as guide, its your game
and you need to decide how you want to control the view point, using
general purpose off the shelf controls is unlikely to capture what is
most appropriate for your games needs.

Robert.

2008/3/15 Seppo <[EMAIL PROTECTED]>:
> Hi Robert,
>
>  I mean First person shooter-like movement. In a way that I described there
>  in my question: using mouse to look around, and then by pressing i.e. arrow
>  up to move to direction where user is looking etc - using basically arrow
>  keys for moving the camera and mouse for orientation.
>
>  Also thanks for ÜMİT UZUN for your answer, I will try to look into those
>  osghanglide and other examples for partial examples. Anyway if anyone knows
>  an example (maybe outside of normal example package then) with much like
>  this movement described here, please post here..
>
>  -Seppo
>
>
>
>  -----Original Message-----
>  From: [EMAIL PROTECTED]
>  [mailto:[EMAIL PROTECTED] On Behalf Of Robert
>  Osfield
>  Sent: 15. maaliskuuta 2008 12:23
>  To: OpenSceneGraph Users
>  Subject: Re: [osg-users] game like movement
>
>  HI Seppo,
>
>  There is a huge range of view interaction that you could use in a game
>  so saying "game-like" movement is rather open ended.
>
>  What type of game are you thinking of?  Chess? Cards?  Driving?  First
>  person shooter?
>
>  Robert.
>
>  On Fri, Mar 14, 2008 at 11:18 PM, Seppo <[EMAIL PROTECTED]> wrote:
>  >
>  >
>  >
>  >
>  > Hi,
>  >
>  >
>  >
>  > How can I create a game-like moving? This means, that I can use mouse to
>  > look around and move with arrow keys - forward arrow key moving to
>  direction
>  > I am looking with mouse. From the example files I found only one kind of
>  > movement, and not this kind at all..
>  >
>  >
>  >
>  > Thanks in advance!
>  >
>  > Seppo
>  > _______________________________________________
>  >  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
>
>  _______________________________________________
>  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

Reply via email to