- jMonkeyEngine 3.0 Beginner’s Guide
- Ruth Kusterer
- 66字
- 2021-08-13 17:02:10
Navigating the scene with a mouse and a keyboard
If the settings.useInput()
property is true, the flyCam
camera becomes active, and you can navigate using the W, A, S, and D keys. The WASD navigation method is named after the four keys used on a QWERTY keyboard to mimic the layout of the arrow keys. WASD navigation is typically used in combination with a mouselook rotation.
推薦閱讀
- Android項目開發入門教程
- Flink SQL與DataStream入門、進階與實戰
- Hands-On C++ Game Animation Programming
- Building a Recommendation Engine with Scala
- 游戲程序設計教程
- Visual C++應用開發
- 表哥的Access入門:以Excel視角快速學習數據庫開發(第2版)
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- C語言程序設計實驗指導 (第2版)
- Learning Laravel's Eloquent
- Node.js:來一打 C++ 擴展
- RESTful Java Web Services(Second Edition)
- 21天學通C++(第5版)
- JavaScript腳本特效編程給力起飛
- Spring+Spring MVC+MyBatis從零開始學