- jMonkeyEngine 3.0 Beginner’s Guide
- Ruth Kusterer
- 135字
- 2021-08-13 17:02:09
Extending SimpleApplication
Although the class is called SimpleApplication
, you base all your jMonkeyEngine games on this class, including very large projects. Don't think that only simple applications can be built with it; the name means that this class is already a simple application by itself. You make it non-simple by extending it. For example, you will override methods and modify the default properties, and add whatever your game requires.
When you look back on this chapter, you notice that we have already got a lot of default functionality just by extending com.jme3.app.SimpleApplication
.
Even an application as simple as the BasicGame
template already has access to the following features:

We will look at these features throughout this book. Let's start looking at the application settings so that you can configure the way your scene is displayed.
- Vue.js 3.x快速入門
- Python概率統計
- Learning RabbitMQ
- 網頁設計與制作教程(HTML+CSS+JavaScript)(第2版)
- Access 2016數據庫管
- The DevOps 2.5 Toolkit
- 全棧自動化測試實戰:基于TestNG、HttpClient、Selenium和Appium
- Webpack實戰:入門、進階與調優
- Visual C#.NET Web應用程序設計
- 軟件測試教程
- Go語言開發實戰(慕課版)
- Python開發基礎
- HTML5+CSS3+JavaScript 從入門到項目實踐(超值版)
- OpenCV Android Programming By Example
- STM8實戰