index
:
java3d/java3d-core.git
1.6-master
dev1.7.0
dev1.7.1
master
shadowmap
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
classes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed issue 84: Rendering pauses after Canvas3D disposal until AWT event
Kevin Rushforth
2006-11-07
2
-17
/
+25
*
Issue 131: Fixed a startup freeze problem with JCanvas3D
Kevin Rushforth
2006-11-07
1
-0
/
+7
*
Fixed Issue 368 : Background texture doesn't work on system with no NPOT support
Chien Yang
2006-11-07
1
-19
/
+29
*
Fixed Issue 374 : Exception when calling Background.setImage on live scene graph
Chien Yang
2006-11-01
1
-2
/
+0
*
1) Fixed Issue 372 : ImageComponent.set(BufferedImage) ignored when used by R...
Chien Yang
2006-10-31
2
-0
/
+4
*
Fixed issue 366: Raster appears without image on systems without NPOT support
Kevin Rushforth
2006-10-30
2
-10
/
+21
*
Fixed issue 370: Deadlock when calling Raster.setimage from user thread
Kevin Rushforth
2006-10-30
1
-3
/
+6
*
Fixed a remaining problem related to issue 312: Exception while detaching Mod...
Kevin Rushforth
2006-10-30
1
-3
/
+2
*
1) Fixed Issue 349 : OffScreen Canvas3D needlessly forces power-of-two for it...
Chien Yang
2006-10-28
6
-25
/
+61
*
Fix to issue 371 : Poor raster quality for systems that don't support NPOT te...
Chien Yang
2006-10-27
1
-8
/
+30
*
Fixed issue 312: Exception while detaching ModelClip from ViewSpecificGroup
Kevin Rushforth
2006-10-26
2
-22
/
+40
*
Fixed issue 368 : Background texture doesn't work on system with no NPOT support
Chien Yang
2006-10-24
1
-15
/
+14
*
Fixed issue 369: Clip throws NPE in case of region = null in a live scene
Kevin Rushforth
2006-10-24
1
-2
/
+3
*
Added comments for issue 364
Kevin Rushforth
2006-10-20
1
-1
/
+9
*
Fixed issue 353: GeometryArray Memory Leak
Kevin Rushforth
2006-10-20
3
-24
/
+52
*
. Fixed Issue 355: IndexedXXXStripArray throws NPE with ByRef Indices
Kevin Rushforth
2006-10-16
2
-7
/
+9
*
Fixed issue 351: Need a new mechanism to free D3D surface
Kevin Rushforth
2006-10-11
7
-87
/
+1
*
Work around to Issue 324 : Lockup Java3D program and throw exception using JO...
Chien Yang
2006-10-05
1
-3
/
+22
*
Fix to Issue 356 : Exception in RenderBin when removing a Shape3D with no geo...
Chien Yang
2006-10-05
1
-71
/
+72
*
Source code changes for issue 358: Document that OGL 1.2 is supported, but at...
Kevin Rushforth
2006-10-04
1
-6
/
+3
*
Fix to Issue 295 : Texture3D throws ArrayIndexOutOfBoundsException when scale...
Chien Yang
2006-10-03
1
-1
/
+3
*
Merged dev-1_5 branch back to MAIN trunk
Kevin Rushforth
2006-09-29
172
-10124
/
+27235
*
1. Include pre-FCS spec license.
Kevin Rushforth
2006-01-05
1
-4
/
+1
*
Updated Copyright date to 2006
Kevin Rushforth
2006-01-05
400
-402
/
+402
*
Fixed Issue 217 : Compile j3d with "-g:lines,source" to provide line numbers ...
Kevin Rushforth
2006-01-03
1
-2
/
+3
*
Issue 78: Rendering stops if there's an exception in the EventDispatch
Kevin Rushforth
2005-12-20
5
-6
/
+45
*
1) Fixed issue 175 : OffScreenRendering: Issue with Updating Texture Size fro...
Chien Yang
2005-12-13
5
-39
/
+77
*
Fixed the following issues:
Kevin Rushforth
2005-12-05
15
-33
/
+119
*
Issue 196 : Finish CgShader shader attributes native methods
Kevin Rushforth
2005-11-23
2
-0
/
+15
*
Fixed issue199 : New Picking system only return 1 result per geometry.
Chien Yang
2005-11-21
22
-790
/
+1389
*
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
[next]