summaryrefslogtreecommitdiffstats
path: root/src/resources
Commit message (Collapse)AuthorAgeFilesLines
* 1) Updated README-build.htmljada2006-03-033-0/+0
| | | | | | 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.
* Recompressed duke-gears.jpg for higher compressionkcr2006-03-031-0/+0
|
* 1. Recompressed some images for greater compressionkcr2006-03-036-0/+0
| | | | 2. Added ShaderErrorListener to phong shading test program
* 1) Added a new examples : dot3/Dot3Demo and glsl_shader/VertexAttrTestjada2006-03-013-0/+0
| | | | 2) Converted SphereMotion, PureImmediate and PureImeediateStereo to use JFrame instead of MainFrame.
* Added a couple of Java 3D Programmable Shader examples.jada2006-02-241-0/+0
|
* Issue 206 : Example program cleanupkcr2006-02-0144-0/+35173
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