summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Changed example program to use new compressed geometry utility (see issue 246).kcr2006-07-174-54/+42
|
* Issue number:jada2006-06-051-3/+6
| | | | | | | | | | | Obtained from: Submitted by: Reviewed by: Issue number: Obtained from: Submitted by: Reviewed by:
* Updated TextureImageNPOT to use getResources()kcr2006-03-132-32/+27
| | | | Made default file name a static final variable rather than a hard-coded string
* 1. Allow "ant compile" to work even if Java 3D is not in CLASSPATHkcr2006-03-081-3/+0
| | | | 2. Remove minimumFrameCycleTime from FPSCounterDemo
* Merged changes between 1.4.0-beta4 and 1.4.0-fcs into dev-1_5 branchkcr2006-03-0761-3977/+2411
|
* This commit was manufactured by cvs2svn to create branch 'dev-1_5'.nobody2006-03-0757-0/+5851
|
* Fixed typo in mipmap code; set mipmap mode (trilinear filtering) as defaultkcr2006-02-101-4/+3
|
* Added program to test non-power-of-two textures;kcr2006-02-101-0/+229
| | | | | Updated project version number to 1.5.0; Updated JDK version to 1.5
* Merged changes between 1.4.0-beta3 and 1.4.0-beta4 into dev-1_5kcr2006-02-08365-88509/+0
|
* This commit was manufactured by cvs2svn to create branch 'dev-1_5'.nobody2006-02-08227-0/+73210
|
* Merged changes between root-1_5 and exp-1_4_0-beta3 into dev-1_5 branchkcr2006-01-06207-1035/+584
|
* This commit was manufactured by cvs2svn to create branch 'dev-1_5'.nobody2006-01-06207-584/+1035
|
* Updated Copyright date to 2006kcr2006-01-05208-434/+521
|
* More changes for Issue 206 : Example program cleanupkcr2005-12-218-270/+335
|
* Partial fix for Issue 206 : Example program cleanupkcr2005-12-127-215/+301
|
* Issue 198 : Need more shader example programskcr2005-12-069-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.jada2005-11-033-30/+13
| | | | 2) Cleanup PickTest
* 1) GLSLShaderTest :jada2005-10-259-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.kcr2005-10-1727-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 2005kcr2005-02-18165-165/+165
|
* Updated QueryProperties example program to print all properties in Map.kcr2004-12-211-65/+75
|
* 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