aboutsummaryrefslogtreecommitdiffstats
path: root/src/GLSLShaderTest
Commit message (Collapse)AuthorAgeFilesLines
* Issue 206 : Example program cleanupkcr2006-02-0123-3211/+0
| | | | | | | | | | | | 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
* Updated Copyright date to 2006kcr2006-01-0511-11/+11
|
* Issue 198 : Need more shader example programskcr2005-12-069-2/+943
| | | | | | 1) Added Phong shading example 2) Minor mod to SphereGLSL 3) Added toon shader
* 1) GLSLShaderTest :jada2005-10-258-91/+1115
| | | | | | | Added new GLSL shader example program. No exit when exception is encountered. 2) PickTest : Update PickTest.java to use the new pickfast utility.
* Merged changes from dev-1_4 branch into the main trunk.kcr2005-10-1711-0/+1246
NOTE: all 1.4 development will now proceed on the main trunk. The dev-1_4 branch is closed.