This series will provide all you need to get started with jME1. It assumes you have jME1 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.