This tutorial will teach you how to write your own implementation of a 3D object.
Before you begin this tutorial, we assume you've done the following:
- Installed the Java SDK (7.0 or later)
- Installed NetBeans IDE (7.3.1 or later)
- Installed INTViewer
Create your module template in Netbeans
- Click File -> New Project
- In the New Project Wizard, select NetBeans Modules from the Categories list and Module from the Projects list and click Next >