Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1) Modified programs to use the new Resources.java to load resources. | jada | 2006-03-06 | 2 | -33/+40 |
| | | | | 2) PrintCanvas3D : Load a default geometry in no argument case. | ||||
* | Partial fix to sound | jada | 2006-03-06 | 2 | -53/+33 |
| | |||||
* | Modified programs to use the new Resources.java to load resources. | jada | 2006-03-06 | 6 | -137/+85 |
| | |||||
* | 1. Copy *.txt files to jar file | kcr | 2006-03-03 | 1 | -1/+1 |
| | | | | 2. Fix typo in AppearanceTest.java | ||||
* | 1) Updated README-build.html | jada | 2006-03-03 | 5 | -66/+120 |
| | | | | | | 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. | ||||
* | Added a ShaderErrorListener | kcr | 2006-03-03 | 4 | -11/+57 |
| | |||||
* | Added ShaderErrorListeners | kcr | 2006-03-03 | 7 | -34/+104 |
| | |||||
* | 1. Recompressed some images for greater compression | kcr | 2006-03-03 | 1 | -4/+17 |
| | | | | 2. Added ShaderErrorListener to phong shading test program | ||||
* | 1) Added VertexAttrTestCg and converted more programs to use JFrame instead ↵ | jada | 2006-03-03 | 17 | -321/+1403 |
| | | | | | | of MainFrame 2) Cleanup and rename. | ||||
* | 1) Added a new examples : dot3/Dot3Demo and glsl_shader/VertexAttrTest | jada | 2006-03-01 | 12 | -108/+2005 |
| | | | | 2) Converted SphereMotion, PureImmediate and PureImeediateStereo to use JFrame instead of MainFrame. | ||||
* | Added a couple of Java 3D Programmable Shader examples. | jada | 2006-02-24 | 10 | -0/+1019 |
| | |||||
* | Converted DistorGlyphtest form MainFrame to JFrame. | jada | 2006-02-23 | 2 | -53/+111 |
| | |||||
* | Make applet programs work in the new directory structure and cleanup. | jada | 2006-02-22 | 9 | -94/+7 |
| | |||||
* | 1. Converted example programs, under appearance, background and collision, ↵ | jada | 2006-02-17 | 21 | -223/+479 |
| | | | | | | | to use JFrame instead of MainFrame. 2. Created a GUI .form file for each example program. 3. Rename universe configuration file, ie. add .cfg as file extension. | ||||
* | 1. Converted all example programs, under objload, glsl_shader and cg_shader, | jada | 2006-02-16 | 10 | -513/+769 |
| | | | | | to use JFrame instead of MainFrame. 2. Created a GUI .form file for each example program. | ||||
* | 1) Moved the copying of resources and shader files from the target "jar" to ↵ | jada | 2006-02-14 | 1 | -10/+7 |
| | | | | | | "compile". 2) Removed default lws file arguement option in commandline execution. | ||||
* | Modified programs to access data files via Resources class | jada | 2006-02-14 | 9 | -98/+126 |
| | |||||
* | Modified program to access texture files via the Resources class. | jada | 2006-02-14 | 2 | -100/+93 |
| | |||||
* | Modified a couple of the examples programs to access data files in the ↵ | jada | 2006-02-11 | 6 | -44/+107 |
| | | | | resources directory. | ||||
* | Issue 206 : Example program cleanup | kcr | 2006-02-01 | 183 | -0/+38037 |
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 |