aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/org/jdesktop/j3d/examples/jcanvas3d
Commit message (Collapse)AuthorAgeFilesLines
* move java into maven standard src/main/java and resources intophil2016-11-065-955/+0
| | | src/main/resources
* Added a lot more GL2ES2 examplesphil2016-11-042-0/+386
| | | And converted to struct based lights and material in shaders
* New gl2es2 pipeline examples showing usagephil2016-10-112-26/+23
| | | | | | | | Imports organized Cg shader examples removed pom.xml added Resources now has brute force fall back
* Update copyright to 2007kcr2007-02-092-2/+3
|
* bug id 383: JCanvas3D's offscreen Canvas3D is inverted.pepe2006-11-281-5/+50
| | | | Updated the demo to show a Text3D instead of a ColorCube so that inversion was visible.
* Minor correction in use of "delay" and "random" flags.kcr2006-11-093-12/+11
|
* Issue 131: updated demo for JCanvas3D. Removed tabs, table and added options.pepe2006-11-093-271/+184
|
* Updated example to use new no-argument JCanvas3D constructorkcr2006-11-061-5/+1
|
* Issue number: 131kcr2006-11-013-0/+618
Obtained from: pepe Submitted by: kcr Reviewed by: kcr Preliminary JCanvas3D example program