Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 366 | -15849/+315 | |
| | | | | | | | | | | | | 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 | |||||
* | Fixed issue 190 : Need to modify all of Java 3D off-screen example programs ↵ | jada | 2006-01-28 | 11 | -572/+807 | |
| | | | | to request a single-buffered graphics Configuration | |||||
* | Updated Copyright date to 2006 | kcr | 2006-01-05 | 208 | -434/+521 | |
| | ||||||
* | More changes for Issue 206 : Example program cleanup | kcr | 2005-12-21 | 8 | -270/+335 | |
| | ||||||
* | Partial fix for Issue 206 : Example program cleanup | kcr | 2005-12-12 | 7 | -215/+301 | |
| | ||||||
* | Issue 198 : Need more shader example programs | kcr | 2005-12-06 | 9 | -2/+943 | |
| | | | | | | 1) Added Phong shading example 2) Minor mod to SphereGLSL 3) Added toon shader | |||||
* | 1) Modified IntersectTest to use the new pickfast utils. | jada | 2005-11-03 | 3 | -30/+13 | |
| | | | | 2) Cleanup PickTest | |||||
* | 1) GLSLShaderTest : | jada | 2005-10-25 | 9 | -101/+1125 | |
| | | | | | | | 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. | kcr | 2005-10-17 | 27 | -0/+3956 | |
| | | | | NOTE: all 1.4 development will now proceed on the main trunk. The dev-1_4 branch is closed. | |||||
* | Bumped Copyright date to 2005 | kcr | 2005-02-18 | 165 | -165/+165 | |
| | ||||||
* | Updated QueryProperties example program to print all properties in Map. | kcr | 2004-12-21 | 1 | -65/+75 | |
| | ||||||
* | 1) Add "Free OffScreen Buffer" menu item to free the off-screen buffer (by ↵ | kcr | 2004-11-01 | 2 | -6/+49 | |
| | | | | | | | | calling setOffScreenBuffer(null)). 2) Free snapshot image resources when scrollable ImageDisplayer window is closed. 3) Free scene graph and off-screen buffer information when application exits | |||||
* | Force target=1.4 so that examples built with JDK 1.5 will run on JDK 1.4 | kcr | 2004-10-06 | 38 | -38/+152 | |
| | ||||||
* | The fix for Issue 23 now prints a warning when a program | kcr | 2004-10-06 | 2 | -0/+6 | |
| | | | | | | erroneously issues a call to set/get{Color,Normal,TexCoord}Index in USE_COORD_INDED_ONLY mode. This checkin corrects two example programs that trigger this warning message. | |||||
* | Issue number: 26 | kcr | 2004-09-03 | 1 | -0/+6 | |
| | | | | | Print out the values for the 3 new Canvas3D.queryProperties(): texture3DWidthMax, texture3DHeightMax, and texture3DDepthMax. | |||||
* | Initial creation of j3d-examples sources in CVS repository | kcr | 2004-06-09 | 326 | -0/+82188 | |