June 2013
Beginner
352 pages
9h 5m
English
If you no longer have the BasicGame template open, open it again in the jMonkeyEngine SDK. Remember that you can always recreate this project template using the New Project wizard in the File menu.
Let's look at the main class of the BasicGame project:
BasicGame project in the Projects window.mygame/Main.java file in the Source Packages folder. Main.java opens in the source editor.Main.java template, you see a standard Java class that extends the com.jme3.app.SimpleApplication class. SimpleApplication is the base class that we use to write all our 3D games.The basic code sample is short enough so that you can type it yourself—we just use the BasicGame ...
Read now
Unlock full access