aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes
Commit message (Expand)AuthorAgeFilesLines
* 1. Include pre-FCS spec license.Kevin Rushforth2006-01-051-4/+1
* Updated Copyright date to 2006Kevin Rushforth2006-01-05400-402/+402
* Fixed Issue 217 : Compile j3d with "-g:lines,source" to provide line numbers ...Kevin Rushforth2006-01-031-2/+3
* Issue 78: Rendering stops if there's an exception in the EventDispatchKevin Rushforth2005-12-205-6/+45
* 1) Fixed issue 175 : OffScreenRendering: Issue with Updating Texture Size fro...Chien Yang2005-12-135-39/+77
* Fixed the following issues:Kevin Rushforth2005-12-0515-33/+119
* Issue 196 : Finish CgShader shader attributes native methodsKevin Rushforth2005-11-232-0/+15
* Fixed issue199 : New Picking system only return 1 result per geometry.Chien Yang2005-11-2122-790/+1389
* Fixed a bug in Shader support for immediate mode rendering.Chien Yang2005-11-161-8/+10
* 1) Implemented Shader support for immediate mode rendering. (issue 182)Chien Yang2005-11-163-169/+246
* Fixed issue 116 : Handling of picking on OrientatedShape3D needs clarificationChien Yang2005-11-111-0/+4
* Issue 67 : Transparency mode update didn't get reflected correctly.Kevin Rushforth2005-11-101-2/+3
* Issue number: 167Kevin Rushforth2005-11-091-8/+25
* Fixed issue 186 : Using new Pick API with PickSegment often returns nullChien Yang2005-11-091-6/+1
* Fixed Issue 181 : Performance regression: j3d.optimizeForSpace=false ignored ...Kevin Rushforth2005-11-091-4/+18
* 1. Finished inclusion of material from Specification Guide into javadoc spec....Kevin Rushforth2005-11-0144-10/+2176
* Removed broken linkKevin Rushforth2005-10-281-6/+2
* Removed spurious @since tags from non-public filesKevin Rushforth2005-10-288-162/+5
* Incorporated another chapter from the specification guide.Kevin Rushforth2005-10-289-7/+266
* Fixed issue 187 : NPE for new PickFast PickInfo when getting geometries.Chien Yang2005-10-271-0/+8
* More stuff copied from guideKevin Rushforth2005-10-273-0/+284
* 1. Added package description.Kevin Rushforth2005-10-2615-6/+702
* Fixed 1 of 2 bugs reported in issue186 : Using new Pick API with PickSegment ...Chien Yang2005-10-261-1/+2
* Fixed issue 184 : Illegal return value if flag NODE is omittedChien Yang2005-10-261-0/+5
* Fixed issue 183 : NPE if CLOSEST_INTERSECTION_POINT is only flag.Chien Yang2005-10-241-6/+4
* Merged changes from dev-1_4 branch into the main trunk.Kevin Rushforth2005-10-17209-5714/+21561
* Fixed a bug in MouseWheel support.Chien Yang2005-02-261-0/+1
* Fixed issue 103 : Memory leak:: View deactivate not full enabledChien Yang2005-02-222-0/+23
* Bumped Copyright date to 2005Kevin Rushforth2005-02-18368-368/+368
* Added mouseWheel support submitted by Frederic (pepe).Chien Yang2005-02-184-14/+133
* Update comment : change issue 97 to issue 104Chien Yang2005-02-151-1/+1
* Undo a change that will break win32-d3d build.Chien Yang2005-02-151-3/+2
* 1) Fixed to issue 97 - ATI video card related - Lockup, lose hardware acceler...Chien Yang2005-02-142-2/+7
* Fix issue 102, thanks Alessandropaulby2005-02-111-1/+6
* Issue number: 96Kevin Rushforth2005-01-311-1/+15
* Fixed issue 94 : glCallList error.Chien Yang2005-01-251-8/+26
* Issue number: 5Kevin Rushforth2004-12-233-70/+111
* Issue number: 91Kevin Rushforth2004-12-211-4/+10
* 1) Added a better fix to issue 15 and 88Chien Yang2004-12-096-105/+93
* Fixed issues :Chien Yang2004-12-072-65/+62
* Updated build numbering scheme for beta and fcs builds in preparation forKevin Rushforth2004-11-162-12/+18
* Fixed issue 27 - Shapes mistakenly culled when they are visibleChien Yang2004-11-112-316/+38
* Fixed Issue 81: SimpleUniverse.cleanup() doesn't dispose of all threadsKevin Rushforth2004-11-092-13/+42
* 1. Added new boolean property, "j3d.usePbuffer", which can be used toKevin Rushforth2004-11-051-9/+18
* Fixed another race condition where the MasterControlThread would exitKevin Rushforth2004-11-052-28/+39
* 1) Do not compute cachedFrustum if j3d.viewFrustumCulling is false.Chien Yang2004-11-042-132/+5
* Added in a new property, j3d.viewFrustumCulling, to disableChien Yang2004-11-048-13/+34
* 1. Fixed a problem in setOffScreenBuffer that prevented native off-screen buf...Kevin Rushforth2004-11-038-25/+14
* More fixes related to destruction of off-screen buffer; off-screen bufferKevin Rushforth2004-11-032-18/+74
* Fixed issue 66 : NullPointerException in renderOffScreenBuffer.Chien Yang2004-11-011-5/+26