| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
src/main/resources
|
|
|
| |
And converted to struct based lights and material in shaders
|
|
|
|
|
|
|
|
| |
Imports organized
Cg shader examples removed
pom.xml added
Resources now has brute force fall back
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
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
|