aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/org/jdesktop/j3d/examples/dot3
Commit message (Collapse)AuthorAgeFilesLines
* move java into maven standard src/main/java and resources intophil2016-11-063-1027/+0
| | | src/main/resources
* New gl2es2 pipeline examples showing usagephil2016-10-113-37/+39
| | | | | | | | Imports organized Cg shader examples removed pom.xml added Resources now has brute force fall back
* Update copyright to 2007kcr2007-02-093-3/+3
|
* 1) Updated README-build.htmljada2006-03-031-1/+1
| | | | | | 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.
* 1) Added a new examples : dot3/Dot3Demo and glsl_shader/VertexAttrTestjada2006-03-013-0/+1025
2) Converted SphereMotion, PureImmediate and PureImeediateStereo to use JFrame instead of MainFrame.