NOTE: The tutorials below are aimed at JME1
These can easily be altered to work with JME2 by making the changes detailed in JME TO JME2 Changes
This will provide all you need to get started with jME. It assumes you have jME installed. If not, you can look to the installation guide (see the main page's Getting Started). As a supplement to this guide, you can read the documentation at jME's documentation link, paying special attention to the wiki. Finally, never be afraid to ask questions (no matter how simple) at jME’s forum. All of the code you see here is in jME’s CVS repository under package jmetest.TutorialGuide.
By
Jack Lindamood AKA Cep21
Email:
cep221@gmail.com
rootNode.draw(), camera creation, and displaysystem creation. You will learn how to create and customize your own SimpleGame class. It will also take away some of the mystery of SimpleGame and what it does.