Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move java into maven standard src/main/java and resources into | phil | 2016-11-06 | 3 | -370/+0 |
| | | | src/main/resources | ||||
* | New gl2es2 pipeline examples showing usage | phil | 2016-10-11 | 1 | -13/+15 |
| | | | | | | | | Imports organized Cg shader examples removed pom.xml added Resources now has brute force fall back | ||||
* | Removed debug print statements | kcr | 2007-08-01 | 1 | -3/+0 |
| | |||||
* | Use top-level container (JFrame or JApplet) to determine the graphics device | kcr | 2007-08-01 | 1 | -8/+22 |
| | |||||
* | 1. New Java 3D applet template that avoids MainFrame, but can still run as | kcr | 2007-07-31 | 3 | -67/+280 |
| | | | | | an applet or as an application. 2. Change applet .html file to use JNLPAppletLauncher | ||||
* | Update copyright to 2007 | kcr | 2007-02-09 | 1 | -1/+1 |
| | |||||
* | Make applet programs work in the new directory structure and cleanup. | jada | 2006-02-22 | 2 | -40/+1 |
| | |||||
* | Issue 206 : Example program cleanup | kcr | 2006-02-01 | 3 | -0/+183 |
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 |