aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/share
Commit message (Expand)AuthorAgeFilesLines
* Fixed issue 457: ClassCastException in MasterControl when updating Texture3DKevin Rushforth2007-03-082-5/+5
* Fix to Issue 456 : NPOT background ( maybe raster) fail to work if HW doesn't...Chien Yang2007-03-072-1/+4
* 1) Fix Issue 455 : Need to disable NPOT textures for older cards that claim ...Chien Yang2007-03-071-2/+1
* Fixed issue 452: Java 3D should fall back to D3D if OpenGL not availableKevin Rushforth2007-03-063-18/+111
* 1) Fixed Issue 414 : D3D: NPOT textures not properly disabled on card that la...Chien Yang2007-03-061-12/+28
* 1) OGL and JOGL only : Fix to Issue 415 : Need ability to disable NPOT textur...Chien Yang2007-02-283-54/+15
* Issue number: 431Chien Yang2007-02-231-0/+2
* Fixed issue 444: Transform updates overly expensiveKevin Rushforth2007-02-154-69/+160
* Fix to Issue 274 : NPE With Simultaneous View and Content Side PickingBehaviorsChien Yang2007-02-151-8/+13
* Update copyright to 2007Kevin Rushforth2007-02-09400-401/+401
* Fix issue 441paulby2007-02-061-7/+7
* Fixed 434: OutOfMemory after creating millions of RenderAtomListInfo objectsKevin Rushforth2007-01-191-0/+3
* Fixed issue 435: Memory leak when reusing an Appearance with a single TextureKevin Rushforth2007-01-171-0/+2
* 1. Fixed issue 357: Memory leak when using textures with multiple viewsKevin Rushforth2007-01-104-10/+30
* Fixed issue 364: Canvas3D.setOffScreenBuffer(null) sometimes hangsKevin Rushforth2006-12-202-20/+21
* Fixed issue 425 : NullPointerException in automatic mipmap generationChien Yang2006-12-201-2/+28
* Fixed the following issues:Kevin Rushforth2006-12-051-1/+5
* Fixed issue 379: Needs NPOT support documented in Texture, Texture3D and Text...Kevin Rushforth2006-11-094-46/+110
* Fixed Issue 380 : NPE when uncheck Show Color Texture in Dot3 demoChien Yang2006-11-091-7/+9
* Backed out part of the fix for issue 347 to avoid a race condition associated...Kevin Rushforth2006-11-091-3/+13
* Fixed issue 238: Exception in thread "J3D-MasterControl-1" when setting Textu...Kevin Rushforth2006-11-082-17/+23
* Fixed issue 84: Rendering pauses after Canvas3D disposal until AWT eventKevin Rushforth2006-11-072-17/+25
* Issue 131: Fixed a startup freeze problem with JCanvas3DKevin Rushforth2006-11-071-0/+7
* Fixed Issue 368 : Background texture doesn't work on system with no NPOT supportChien Yang2006-11-071-19/+29
* Fixed Issue 374 : Exception when calling Background.setImage on live scene graphChien Yang2006-11-011-2/+0
* 1) Fixed Issue 372 : ImageComponent.set(BufferedImage) ignored when used by R...Chien Yang2006-10-312-0/+4
* Fixed issue 366: Raster appears without image on systems without NPOT supportKevin Rushforth2006-10-302-10/+21
* Fixed issue 370: Deadlock when calling Raster.setimage from user threadKevin Rushforth2006-10-301-3/+6
* Fixed a remaining problem related to issue 312: Exception while detaching Mod...Kevin Rushforth2006-10-301-3/+2
* 1) Fixed Issue 349 : OffScreen Canvas3D needlessly forces power-of-two for it...Chien Yang2006-10-285-23/+42
* Fix to issue 371 : Poor raster quality for systems that don't support NPOT te...Chien Yang2006-10-271-8/+30
* Fixed issue 312: Exception while detaching ModelClip from ViewSpecificGroupKevin Rushforth2006-10-262-22/+40
* Fixed issue 368 : Background texture doesn't work on system with no NPOT supportChien Yang2006-10-241-15/+14
* Fixed issue 369: Clip throws NPE in case of region = null in a live sceneKevin Rushforth2006-10-241-2/+3
* Added comments for issue 364Kevin Rushforth2006-10-201-1/+9
* Fixed issue 353: GeometryArray Memory LeakKevin Rushforth2006-10-203-24/+52
* . Fixed Issue 355: IndexedXXXStripArray throws NPE with ByRef IndicesKevin Rushforth2006-10-162-7/+9
* Fixed issue 351: Need a new mechanism to free D3D surfaceKevin Rushforth2006-10-116-76/+1
* Fix to Issue 356 : Exception in RenderBin when removing a Shape3D with no geo...Chien Yang2006-10-051-71/+72
* Fix to Issue 295 : Texture3D throws ArrayIndexOutOfBoundsException when scale...Chien Yang2006-10-031-1/+3
* Merged dev-1_5 branch back to MAIN trunkKevin Rushforth2006-09-29149-9319/+17274
* Updated Copyright date to 2006Kevin Rushforth2006-01-05387-387/+387
* 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