- jMonkeyEngine 3.0 Cookbook
- Rickard Edén
- 99字
- 2021-09-03 10:00:48
Introduction
This chapter is about controlling avatars and cameras for various game types. Whether your game is a first person shooter (FPS), role playing game (RPG), or real-time strategy (RTS) game, you'll learn some tricks that will help you get past tricky obstacles.
The chapter will rely heavily on the ActionListener
and AnalogListener
interfaces. These are essential when listening for the player input in jMonkeyEngine. The ActionListener
interface will pick up any binary input such as keyboard keys or mouse buttons. The AnalogListener
interface listens for mouse and joystick movements and other input that is either on or off.
推薦閱讀
- Learning NServiceBus(Second Edition)
- React Native Cookbook
- iOS開發實戰:從零基礎到App Store上架
- Python Game Programming By Example
- Linux Device Drivers Development
- Web前端應用開發技術
- C語言程序設計習題與實驗指導
- C#面向對象程序設計(第2版)
- 黑莓(BlackBerry)開發從入門到精通
- 軟件測試技術
- 分布式數據庫HBase案例教程
- Raspberry Pi Blueprints
- Android開發權威指南(第二版)
- R語言與網站分析
- 微信小程序開發圖解案例教程:附精講視頻(第3版)