aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/org/jdesktop/j3d/examples/picking
Commit message (Collapse)AuthorAgeFilesLines
* move java into maven standard src/main/java and resources intophil2016-11-0632-5636/+0
| | | src/main/resources
* New gl2es2 pipeline examples showing usagephil2016-10-1131-113/+276
| | | | | | | | Imports organized Cg shader examples removed pom.xml added Resources now has brute force fall back
* Update copyright to 2007kcr2007-02-0931-31/+31
|
* 1) Updated README-build.htmljada2006-03-032-59/+113
| | | | | | 2) Updated TickTockPicking to use JFrame instead of MainFrame. 3) Removed apimage.jpg and updated programs to stone.jpg instead of apimage.jpg. 4) Modified Dot3Demo to use a compressed image.
* Issue 206 : Example program cleanupkcr2006-02-0131-0/+5419
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