- 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.
推薦閱讀
- Extending Jenkins
- Node.js Design Patterns
- ASP.NET動(dòng)態(tài)網(wǎng)頁設(shè)計(jì)教程(第三版)
- Mastering Ubuntu Server
- Scala謎題
- Elasticsearch for Hadoop
- 零基礎(chǔ)學(xué)Python網(wǎng)絡(luò)爬蟲案例實(shí)戰(zhàn)全流程詳解(入門與提高篇)
- Learning Vaadin 7(Second Edition)
- HTML5從入門到精通(第4版)
- C#開發(fā)案例精粹
- Web性能實(shí)戰(zhàn)
- Unity 2018 Augmented Reality Projects
- 動(dòng)手打造深度學(xué)習(xí)框架
- Java 9 Programming By Example
- Visual Basic程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)及考試指南