| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed a bug in Shader support for immediate mode rendering. | Chien Yang | 2005-11-16 | 1 | -8/+10 |
* | 1) Implemented Shader support for immediate mode rendering. (issue 182) | Chien Yang | 2005-11-16 | 3 | -169/+246 |
* | Fixed issue 116 : Handling of picking on OrientatedShape3D needs clarification | Chien Yang | 2005-11-11 | 1 | -0/+4 |
* | Issue 67 : Transparency mode update didn't get reflected correctly. | Kevin Rushforth | 2005-11-10 | 1 | -2/+3 |
* | Issue number: 167 | Kevin Rushforth | 2005-11-09 | 1 | -8/+25 |
* | Fixed issue 186 : Using new Pick API with PickSegment often returns null | Chien Yang | 2005-11-09 | 1 | -6/+1 |
* | Fixed Issue 181 : Performance regression: j3d.optimizeForSpace=false ignored ... | Kevin Rushforth | 2005-11-09 | 1 | -4/+18 |
* | 1. Finished inclusion of material from Specification Guide into javadoc spec.... | Kevin Rushforth | 2005-11-01 | 44 | -10/+2176 |
* | Removed broken link | Kevin Rushforth | 2005-10-28 | 1 | -6/+2 |
* | Removed spurious @since tags from non-public files | Kevin Rushforth | 2005-10-28 | 8 | -162/+5 |
* | Incorporated another chapter from the specification guide. | Kevin Rushforth | 2005-10-28 | 9 | -7/+266 |
* | Fixed issue 187 : NPE for new PickFast PickInfo when getting geometries. | Chien Yang | 2005-10-27 | 1 | -0/+8 |
* | More stuff copied from guide | Kevin Rushforth | 2005-10-27 | 3 | -0/+284 |
* | 1. Added package description. | Kevin Rushforth | 2005-10-26 | 15 | -6/+702 |
* | Fixed 1 of 2 bugs reported in issue186 : Using new Pick API with PickSegment ... | Chien Yang | 2005-10-26 | 1 | -1/+2 |
* | Fixed issue 184 : Illegal return value if flag NODE is omitted | Chien Yang | 2005-10-26 | 1 | -0/+5 |
* | Fixed issue 183 : NPE if CLOSEST_INTERSECTION_POINT is only flag. | Chien Yang | 2005-10-24 | 1 | -6/+4 |
* | Merged changes from dev-1_4 branch into the main trunk. | Kevin Rushforth | 2005-10-17 | 209 | -5714/+21561 |
* | Fixed a bug in MouseWheel support. | Chien Yang | 2005-02-26 | 1 | -0/+1 |
* | Fixed issue 103 : Memory leak:: View deactivate not full enabled | Chien Yang | 2005-02-22 | 2 | -0/+23 |
* | Bumped Copyright date to 2005 | Kevin Rushforth | 2005-02-18 | 368 | -368/+368 |
* | Added mouseWheel support submitted by Frederic (pepe). | Chien Yang | 2005-02-18 | 4 | -14/+133 |
* | Update comment : change issue 97 to issue 104 | Chien Yang | 2005-02-15 | 1 | -1/+1 |
* | Undo a change that will break win32-d3d build. | Chien Yang | 2005-02-15 | 1 | -3/+2 |
* | 1) Fixed to issue 97 - ATI video card related - Lockup, lose hardware acceler... | Chien Yang | 2005-02-14 | 2 | -2/+7 |
* | Fix issue 102, thanks Alessandro | paulby | 2005-02-11 | 1 | -1/+6 |
* | Issue number: 96 | Kevin Rushforth | 2005-01-31 | 1 | -1/+15 |
* | Fixed issue 94 : glCallList error. | Chien Yang | 2005-01-25 | 1 | -8/+26 |
* | Issue number: 5 | Kevin Rushforth | 2004-12-23 | 3 | -70/+111 |
* | Issue number: 91 | Kevin Rushforth | 2004-12-21 | 1 | -4/+10 |
* | 1) Added a better fix to issue 15 and 88 | Chien Yang | 2004-12-09 | 6 | -105/+93 |
* | Fixed issues : | Chien Yang | 2004-12-07 | 2 | -65/+62 |
* | Updated build numbering scheme for beta and fcs builds in preparation for | Kevin Rushforth | 2004-11-16 | 2 | -12/+18 |
* | Fixed issue 27 - Shapes mistakenly culled when they are visible | Chien Yang | 2004-11-11 | 2 | -316/+38 |
* | Fixed Issue 81: SimpleUniverse.cleanup() doesn't dispose of all threads | Kevin Rushforth | 2004-11-09 | 2 | -13/+42 |
* | 1. Added new boolean property, "j3d.usePbuffer", which can be used to | Kevin Rushforth | 2004-11-05 | 1 | -9/+18 |
* | Fixed another race condition where the MasterControlThread would exit | Kevin Rushforth | 2004-11-05 | 2 | -28/+39 |
* | 1) Do not compute cachedFrustum if j3d.viewFrustumCulling is false. | Chien Yang | 2004-11-04 | 2 | -132/+5 |
* | Added in a new property, j3d.viewFrustumCulling, to disable | Chien Yang | 2004-11-04 | 8 | -13/+34 |
* | 1. Fixed a problem in setOffScreenBuffer that prevented native off-screen buf... | Kevin Rushforth | 2004-11-03 | 8 | -25/+14 |
* | More fixes related to destruction of off-screen buffer; off-screen buffer | Kevin Rushforth | 2004-11-03 | 2 | -18/+74 |
* | Fixed issue 66 : NullPointerException in renderOffScreenBuffer. | Chien Yang | 2004-11-01 | 1 | -5/+26 |
* | Remove implementation specific scenegraph io packages from public javadoc | paulby | 2004-11-01 | 1 | -0/+2 |
* | Submitted by: mikofclassx | Kevin Rushforth | 2004-10-29 | 1 | -0/+13 |
* | 1) Fixed issue 77 : Scene antialiasing is disabled on Windows / OpenGL | Chien Yang | 2004-10-28 | 4 | -60/+56 |
* | Issue number: 33 | Kevin Rushforth | 2004-10-28 | 1 | -0/+4 |
* | More javadoc fixes, change @return to @param where for methods with void | paulby | 2004-10-21 | 2 | -3/+3 |
* | Fix javadoc issue, changed @return to @param | paulby | 2004-10-21 | 1 | -1/+1 |
* | FIxed 4 problems with off-screen rendering: | Kevin Rushforth | 2004-10-20 | 2 | -17/+58 |
* | Issue number: 4, 28, 71 and 76 | Chien Yang | 2004-10-15 | 4 | -15/+111 |