summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Make dev-1_4 branch build scripts obsolete.dev-1_4jada2005-10-2543-2150/+1505
|
* 1) No exit when exception is encountered.jada2005-10-208-91/+1115
| | | | 2) Added new GLSL shader example program.
* Update PickTest.java to use the new pickfast utility.jada2005-10-191-10/+10
|
* Fix shader error; we didn't catch this sooner thanks to a too-permissive ↵kcr2005-08-262-2/+2
| | | | NVIDIA compiler. :-(
* Changed default ObjLoadGLSL default shader from simple to polkadot3djada2005-07-271-1/+1
|
* Added new shader programs and third party license.jada2005-07-276-0/+295
|
* Added -S flag to specify shaderskcr2005-06-101-3/+9
|
* Issue number: 138kcr2005-05-314-0/+469
| | | | | | | | 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.pepe2005-05-193-37/+239
|
* Removed the hack that enable programmable shader via texture object.jada2005-05-192-7/+0
|
* Added .form files (netbeans swing editor files) for the project, as ↵pepe2005-05-122-0/+184
| | | | requested by KCR.
* Test for issue #137 (Depth func added into RenderingAttributes)pepe2005-05-123-0/+572
|
* Updated the examples to use the new SourceCodeShader class.kcr2005-04-084-20/+36
|
* Test for GraphStructureChangeListenerpaulby2005-04-022-0/+290
|
* Merged changes between 1.3.2-beta2 and 1.3.2-beta3 into the 1.4 dev branchkcr2005-02-18165-165/+165
|
* Updated copyright date to 2005kcr2005-02-1810-10/+10
|
* Merged changes made on the MAIN 1.3.2 branch between the branch pointkcr2005-01-081-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 .
* Modified Cg test programs to reflect new ShaderAppearance subclass.kcr2004-12-107-7/+955
| | | | Create test programs for GLSL shaders.
* Added simple CgShaderTest example program to test prototype shader APIkcr2004-11-235-0/+981
|
* 1) Add "Free OffScreen Buffer" menu item to free the off-screen buffer (by ↵kcr2004-11-012-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.4kcr2004-10-0638-38/+152
|
* The fix for Issue 23 now prints a warning when a programkcr2004-10-062-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: 26kcr2004-09-031-0/+6
| | | | | Print out the values for the 3 new Canvas3D.queryProperties(): texture3DWidthMax, texture3DHeightMax, and texture3DDepthMax.
* Initial creation of j3d-examples sources in CVS repositorykcr2004-06-09326-0/+82188