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