deltaphc / raylib-rs

Rust bindings for raylib
Other
751 stars 134 forks source link

is it possible to change the speed of the 3d fps camera? #158

Closed 0x177 closed 1 year ago

0x177 commented 1 year ago

the speed of the built in 3d fps camera is awfully slow. i have read that it is pre configured in raylib and to change it i will have to recompile the library. is this also true for this binding? if so, can i use the custom camera mode to create a faster fps camera?

0x177 commented 1 year ago

i have found that the best solution is moving to bevy.