1

I am new to OpenSceneGraph and would appreciate help figuring out which of the existing CameraManipulator classes, or even any out there, I would need to use for Walking/Running/Jogging simulations. So far I have checked out about 10 of the manipulators but none of them seem to do what I need here which is simulate walking/jogging/running with ease.

Thanks in advance.

Kobojunkie
  • 6,375
  • 31
  • 109
  • 164

1 Answers1

1

How about FirstPersonManipulator (formerly DoomLikeManipulator) https://github.com/openscenegraph/OpenSceneGraph/blob/master/src/osgGA/FirstPersonManipulator.cpp

XenonofArcticus
  • 573
  • 2
  • 7