3D-City Model
    Preparing search index...

    Function movePlayer

    • Moves the Cesium camera forward (or backward if stepSize < 0) by a standard step. When sprinting, moves faster. Keeps the camera 2 meters above the terrain.

      Parameters

      • app: object

        Application context.

      • OptionalstepSize: number = 1

        The distance to move forward (negative for backward).

      Returns void