aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/org
Commit message (Collapse)AuthorAgeFilesLines
* Make applet programs work in the new directory structure and cleanup.jada2006-02-229-94/+7
|
* 1. Converted example programs, under appearance, background and collision, ↵jada2006-02-1721-223/+479
| | | | | | | to use JFrame instead of MainFrame. 2. Created a GUI .form file for each example program. 3. Rename universe configuration file, ie. add .cfg as file extension.
* 1. Converted all example programs, under objload, glsl_shader and cg_shader,jada2006-02-1610-513/+769
| | | | | to use JFrame instead of MainFrame. 2. Created a GUI .form file for each example program.
* 1) Moved the copying of resources and shader files from the target "jar" to ↵jada2006-02-141-10/+7
| | | | | | "compile". 2) Removed default lws file arguement option in commandline execution.
* Modified programs to access data files via Resources classjada2006-02-149-98/+126
|
* Modified program to access texture files via the Resources class.jada2006-02-142-100/+93
|
* Modified a couple of the examples programs to access data files in the ↵jada2006-02-116-44/+107
| | | | resources directory.
* Issue 206 : Example program cleanupkcr2006-02-01183-0/+38037
Item 4) Reorganized directory structure to make the examples a single project rather than a collection of independent apps. . All example programs moved under src/classes, and all are now in a subpackage of org.jdesktop.j3d.examples. . All resource files (geometry, images, audio) moved under src/resources . ant script now exists only at top level . Created netbeans project file for NetBeans IDE