Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make dev-1_4 branch build scripts obsolete.dev-1_4 | jada | 2005-10-25 | 43 | -2150/+1505 |
| | |||||
* | 1) No exit when exception is encountered. | jada | 2005-10-20 | 8 | -91/+1115 |
| | | | | 2) Added new GLSL shader example program. | ||||
* | Update PickTest.java to use the new pickfast utility. | jada | 2005-10-19 | 1 | -10/+10 |
| | |||||
* | Make dev-1_4 branch obsolete. The 1.4 development is now on the main trunk. | kcr | 2005-10-17 | 3 | -234/+43 |
| | |||||
* | Merged changes between rel-1_3_2-fcs and chk-1_3_3-A into dev-1_4 branch | kcr | 2005-10-17 | 2 | -76/+30 |
| | |||||
* | Fix shader error; we didn't catch this sooner thanks to a too-permissive ↵ | kcr | 2005-08-26 | 2 | -2/+2 |
| | | | | NVIDIA compiler. :-( | ||||
* | Added the missing THIRDPARTY-LICENSE-3DLABS.txt | jada | 2005-07-27 | 1 | -0/+47 |
| | |||||
* | Changed default ObjLoadGLSL default shader from simple to polkadot3d | jada | 2005-07-27 | 1 | -1/+1 |
| | |||||
* | Added new shader programs and third party license. | jada | 2005-07-27 | 6 | -0/+295 |
| | |||||
* | Added -S flag to specify shaders | kcr | 2005-06-10 | 1 | -3/+9 |
| | |||||
* | Issue number: 138 | kcr | 2005-05-31 | 5 | -0/+470 |
| | | | | | | | | Obtained from: mikofclassx Submitted by: kcr Reviewed by: kcr Example program for issue 138. | ||||
* | Added support for testing RasterOps, so that issue #139 is covered. | pepe | 2005-05-19 | 3 | -37/+239 |
| | |||||
* | Removed the hack that enable programmable shader via texture object. | jada | 2005-05-19 | 2 | -7/+0 |
| | |||||
* | Added .form files (netbeans swing editor files) for the project, as ↵ | pepe | 2005-05-12 | 2 | -0/+184 |
| | | | | requested by KCR. | ||||
* | Test for issue #137 (Depth func added into RenderingAttributes) | pepe | 2005-05-12 | 3 | -0/+572 |
| | |||||
* | Added compilation information for the new example of issue #137. | pepe | 2005-05-12 | 1 | -0/+1 |
| | |||||
* | Updated the examples to use the new SourceCodeShader class. | kcr | 2005-04-08 | 4 | -20/+36 |
| | |||||
* | Test for GraphStructureChangeListener | paulby | 2005-04-02 | 2 | -0/+290 |
| | |||||
* | Merged changes between 1.3.2-beta2 and 1.3.2-beta3 into the 1.4 dev branch | kcr | 2005-02-18 | 170 | -179/+178 |
| | |||||
* | Updated copyright date to 2005 | kcr | 2005-02-18 | 10 | -10/+10 |
| | |||||
* | Merged changes made on the MAIN 1.3.2 branch between the branch point | kcr | 2005-01-08 | 1 | -65/+75 |
| | | | | | | | (root-1_4) and 1.3.2-beta2 into the 1.4 branch using the following command: cvs -q update -j root-1_4 -j exp-1_3_2-beta2 . | ||||
* | Add GLSLShaderTest to top level build.xml | kcr | 2004-12-11 | 1 | -0/+1 |
| | |||||
* | Modified Cg test programs to reflect new ShaderAppearance subclass. | kcr | 2004-12-10 | 7 | -7/+955 |
| | | | | Create test programs for GLSL shaders. | ||||
* | Added simple CgShaderTest example program to test prototype shader API | kcr | 2004-11-23 | 6 | -0/+982 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'dev-1_4'. | nobody | 2004-11-01 | 0 | -0/+0 |
| | |||||
* | 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 |