WASDCamera_v2 Op
simple camera you control with W,A,S,D keys like in a FPS game
Summary (oneliner)
Click in the canvas to enable the wasd camera, this also enables the pointerlock.
Press escape to disable the pointerlock and regain control of the mouse.
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
Trigger the op
If true pointer lock can be enabled
Movement speed multiplier - default 1
Allows vertical movement
Move
Outputs
trigger out
If pointer lock is active this is true
X position in space
Y position in space
Z position in space
Trigger out on left mouse button down
Trigger out on right mouse button down
Direction of camera X
Direction of camera Y
Direction of camera Z
Patches using WASDCamera_v2
Changelog
Added speed control for camera speed 2019-08-09 - cables | |
added active toggle to completly disable it 2022-01-31 - pandur |