Help with walkthrough

Hello

I am using below code to load scene, nothing special . I have disabled mouse control. Any tips how to create walk through in a scene ?

Thanks

Try:

panda3d.org/manual/index.php … the_Camera

…rotates the camera. To walk through, you probably want to be changing the camera pos rather than the hpr.

~G