Move camera and target/focus around in the X/Z plane as if walking.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic void Walk(
double x,
double z,
bool maintainY
)
Parameters
- x Double
- Distance to move left/right.
- z Double
- Distance to move forward/backward.
- maintainY Boolean
- Maintain direction of Y-Axis
See Also