aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/org/jdesktop/j3d/examples/texture
Commit message (Collapse)AuthorAgeFilesLines
* move java into maven standard src/main/java and resources intophil2016-11-063-789/+0
| | | src/main/resources
* New gl2es2 pipeline examples showing usagephil2016-10-113-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.jada2007-04-243-3/+3
|
* Use Y_UP and BY_REF options for Texturejada2007-04-243-8/+18
|
* Allow user to specify a URL on the command linekcr2007-04-031-1/+9
|
* Update copyright to 2007kcr2007-02-093-3/+3
|
* Remove print statementkcr2006-12-141-1/+1
|
* Show error dialog if NPOT textures are not supportedkcr2006-12-141-12/+25
|
* Update example programs to use the new optimize path in ImageComponent2D.jada2006-12-091-1/+1
|
* Merged dev-1_5 branch back to MAIN trunkkcr2006-09-292-5/+228
|
* Modified program to access texture files via the Resources class.jada2006-02-142-100/+93
|
* Issue 206 : Example program cleanupkcr2006-02-012-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