Module fyrox_scripts::camera

source ·
Expand description

Flying camera controller script is used to create flying cameras, that can be rotated via mouse and moved via keyboard keys. See FlyingCameraController docs for more info and usage examples.

Structs§

  • Flying camera controller script is used to create flying cameras, that can be rotated via mouse and moved via keyboard keys. Use it, if you need to create a sort of “spectator” camera. To use it, all you need to do is to assign it to your camera node (or one if its parent nodes).