Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1) Added a new examples : dot3/Dot3Demo and glsl_shader/VertexAttrTest | jada | 2006-03-01 | 16 | -108/+2032 |
| | | | | 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 | 12 | -1/+1034 |
| | |||||
* | Converted DistorGlyphtest form MainFrame to JFrame. | jada | 2006-02-23 | 3 | -53/+118 |
| | |||||
* | Make applet programs work in the new directory structure and cleanup. | jada | 2006-02-22 | 10 | -101/+46 |
| | |||||
* | Add build target to create a zip-file of the sources | kcr | 2006-02-17 | 3 | -3/+39 |
| | | | | | Added missing THIRDPARTY-LICENSE-VIEWPOINT.txt file Updated file locations for THIRDPARTY-LICENSE-3DLABS.txt | ||||
* | 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 | 2 | -15/+19 |
| | | | | | | "compile". 2) Removed default lws file arguement option in commandline execution. | ||||
* | 1) Copy shader related files to respective classes directory instead of ↵ | jada | 2006-02-14 | 1 | -7/+77 |
| | | | | | | under resources directory. 2) Added more examples to run with ant command. | ||||
* | 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. | ||||
* | 1) Fixed an error in CLASSPATH setup for running example program in ant. | jada | 2006-02-11 | 1 | -6/+33 |
| | | | | 2) Copy resources to build in preparation for jarring | ||||
* | Minor update to ant script | kcr | 2006-02-01 | 1 | -3/+6 |
| | |||||
* | Issue 206 : Example program cleanup | kcr | 2006-02-01 | 369 | -15912/+454 |
| | | | | | | | | | | | | 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 | ||||
* | Fixed typo | kcr | 2006-01-25 | 1 | -1/+1 |
| | |||||
* | Updated Copyright date to 2006 | kcr | 2006-01-05 | 212 | -439/+526 |
| | |||||
* | More changes for Issue 206 : Example program cleanup | kcr | 2005-12-21 | 9 | -271/+336 |
| | |||||
* | Partial fix for Issue 206 : Example program cleanup | kcr | 2005-12-12 | 8 | -215/+303 |
| | |||||
* | 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 | 29 | -0/+4007 |
| | | | | NOTE: all 1.4 development will now proceed on the main trunk. The dev-1_4 branch is closed. | ||||
* | Updated links | kcr | 2005-07-12 | 1 | -2/+5 |
| | |||||
* | Rearranged web pages -- all content is now in parent java3d page | kcr | 2005-07-01 | 2 | -76/+27 |
| | |||||
* | Web page update | kcr | 2005-03-22 | 1 | -3/+3 |
| | |||||
* | Bumped Copyright date to 2005 | kcr | 2005-02-18 | 169 | -170/+170 |
| | |||||
* | Updated Downloads section | kcr | 2005-02-11 | 1 | -9/+8 |
| | |||||
* | 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. | ||||
* | Fixed links (use "java3d.dev.java.net/" not "index.html") | kcr | 2004-08-03 | 1 | -1/+1 |
| | |||||
* | Web page updates | kcr | 2004-07-30 | 2 | -21/+33 |
| | |||||
* | 1. Remove all URLs with e-mail addresses -- replaced with list 'at' ↵ | kcr | 2004-07-17 | 1 | -10/+12 |
| | | | | | | project.dev.java.net instead (to reduce probability of spam) 2. Make off-java.net URLs and license URLs pop up in a separate window | ||||
* | Update the web page to reflect the fact that the Issues | kcr | 2004-07-02 | 1 | -19/+38 |
| | | | | Tracker is in the parent java3d project | ||||
* | Replace dummy page with a simple, but more useful page | kcr | 2004-07-02 | 2 | -2/+86 |
| | |||||
* | Minor modification to README-FIRST.txt for consistency | kcr | 2004-06-25 | 1 | -3/+3 |
| | |||||
* | Updated placeholder for home page | kr0511 | 2004-06-17 | 1 | -6/+9 |
| | |||||
* | Minor update to build instructions | kcr | 2004-06-14 | 1 | -50/+80 |
| | |||||
* | Initial creation of j3d-examples sources in CVS repository | kcr | 2004-06-09 | 331 | -0/+82531 |
| | |||||
* | Initial data for the j3d-examples project | httpd | 2004-03-17 | 1 | -0/+8 |