aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/org/jdesktop/j3d/examples/background
Commit message (Collapse)AuthorAgeFilesLines
* move java into maven standard src/main/java and resources intophil2016-11-063-580/+0
| | | src/main/resources
* Added a lot more GL2ES2 examplesphil2016-11-041-0/+263
| | | And converted to struct based lights and material in shaders
* New gl2es2 pipeline examples showing usagephil2016-10-111-7/+21
| | | | | | | | Imports organized Cg shader examples removed pom.xml added Resources now has brute force fall back
* Use By_REFERENCE and Y_UP options for Texture.jada2007-04-241-3/+6
|
* Update copyright to 2007kcr2007-02-091-1/+1
|
* Make applet programs work in the new directory structure and cleanup.jada2006-02-221-4/+1
|
* 1. Converted example programs, under appearance, background and collision, ↵jada2006-02-172-57/+125
| | | | | | | 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.
* Modified a couple of the examples programs to access data files in the ↵jada2006-02-111-14/+11
| | | | resources directory.
* Issue 206 : Example program cleanupkcr2006-02-011-0/+238
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