Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move java into maven standard src/main/java and resources into | phil | 2016-11-06 | 3 | -789/+0 |
| | | | src/main/resources | ||||
* | New gl2es2 pipeline examples showing usage | phil | 2016-10-11 | 3 | -27/+69 |
| | | | | | | | | 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. | jada | 2007-04-24 | 3 | -3/+3 |
| | |||||
* | Use Y_UP and BY_REF options for Texture | jada | 2007-04-24 | 3 | -8/+18 |
| | |||||
* | Allow user to specify a URL on the command line | kcr | 2007-04-03 | 1 | -1/+9 |
| | |||||
* | Update copyright to 2007 | kcr | 2007-02-09 | 3 | -3/+3 |
| | |||||
* | Remove print statement | kcr | 2006-12-14 | 1 | -1/+1 |
| | |||||
* | Show error dialog if NPOT textures are not supported | kcr | 2006-12-14 | 1 | -12/+25 |
| | |||||
* | Update example programs to use the new optimize path in ImageComponent2D. | jada | 2006-12-09 | 1 | -1/+1 |
| | |||||
* | Merged dev-1_5 branch back to MAIN trunk | kcr | 2006-09-29 | 2 | -5/+228 |
| | |||||
* | Modified program to access texture files via the Resources class. | jada | 2006-02-14 | 2 | -100/+93 |
| | |||||
* | Issue 206 : Example program cleanup | kcr | 2006-02-01 | 2 | -0/+500 |
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 |