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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Interleaved changeable geometry support in GL2ES2Pipeline
phil
2016-11-03
1
-3
/
+245
*
|
|
GLSLShaderProgram needed clone methods implemented
phil
2016-11-03
1
-126
/
+229
*
|
|
GL2ES2Pipeline ignoreVertexColors failed to update after clear
phil
2016-11-03
2
-21
/
+23
*
|
|
GraphicsConfig3D has a hard coded max lights of 32 so gl2es2pipeline
phil
2016-11-03
1
-1
/
+1
*
|
|
Shader attributes that are compiled away should not throw errors
phil
2016-11-02
1
-27
/
+67
*
|
|
Bug 1330 - Bug fixes required to ensure a full compile() works
phil
2016-11-02
3
-2
/
+54
*
|
|
Transparency value must be clamped [0.0, 1.0]
phil
2016-11-02
1
-0
/
+2
*
|
|
Version set to 1.7.0
phil
2016-11-02
1
-1
/
+1
*
|
|
Bug 1336 - New property to default isPickable and isCollidable
phil
2016-11-02
2
-3
/
+21
*
|
|
Bug 1326 - ArrayList usage that results in very slow removeChild calls
phil
2016-11-01
4
-39
/
+35
*
|
|
All Java3D threads set to daemon
phil
2016-11-01
2
-0
/
+4
*
|
|
The new Frame() in getBestConfiguration is now disposed of correctly
phil
2016-11-01
2
-40
/
+46
*
|
|
Advice for System.setProperty("sun.java2d.noddraw", "true") improved
phil
2016-11-01
2
-2
/
+4
*
|
|
Bug 1333 - Warning notice in cases where Jogl bug 1278 is in effect
phil
2016-11-01
2
-4
/
+79
*
|
|
j3dcore: allow Java3D to operate in headless mode when using the noop
phil
2016-10-31
2
-7
/
+5
*
|
|
Bug 1334 - Java 3D 1.6 under Parallels fails
phil
2016-10-31
1
-2
/
+4
*
|
|
Gl2ES2 limitations description in dep class improved
phil
2016-10-31
1
-5
/
+8
*
|
|
j3dcore: add handling for the new j3d.numSamples property
phil
2016-10-31
2
-1
/
+24
*
|
|
Bug 1318 - JoglPipeline uses new Frame() for capabilities capture
phil
2016-10-31
2
-6
/
+10
*
|
|
code tidy and comment clean up in gl2es2pipeline
phil
2016-10-28
1
-156
/
+132
*
|
|
message in gl2es2pipeline DEP class improved when DisplayList use
phil
2016-10-27
1
-4
/
+5
*
|
|
Index interleaved geom type tested correctly
phil
2016-10-27
1
-7
/
+6
*
|
|
Interleaved indexed geometry supported in the gl2es2pipeline
phil
2016-10-27
2
-47
/
+514
*
|
|
If j3d.displaylist=false more geometry type are supported by the
phil
2016-10-27
2
-88
/
+661
*
|
|
Bug 1006 - Transformation applied to a texture is also applied to post
phil
2016-10-26
1
-0
/
+5
*
|
|
Bug 1329 - SceneGraphObject read capability bits set to true by default
phil
2016-10-22
2
-1
/
+10
*
|
|
VersionInfo comment referring to javax.media.j3d updated to
phil
2016-10-22
1
-1
/
+1
*
|
|
Jogl2es2Pipeline classes license notices updated
phil
2016-10-22
5
-36
/
+15
*
|
|
license text added at top of new classes
phil
2016-10-19
7
-79
/
+220
*
|
|
Bug 1325 - JoglPipeline.resetRenderingAttributes does not call
phil
2016-10-17
1
-0
/
+2
*
|
|
reversed out the SceneGraphObject package visibility for capabilities
phil
2016-10-17
3
-53
/
+16
*
|
|
gl2es2pipeline tiny code tidy by moving things around for offscfeen
phil
2016-10-17
2
-157
/
+158
*
|
|
gl2es2 pipeline deprecated layer had some non-deprecated methods in it
phil
2016-10-17
1
-29
/
+0
*
|
|
normalMatrix calculation was using cached values for VM that may not
phil
2016-10-16
1
-1
/
+1
*
|
|
Lighting data calculations improved
phil
2016-10-16
3
-19
/
+80
*
|
|
GL2ES2Pipeline first cut
phil
2016-10-11
9
-3
/
+9980
*
|
|
Move Java templates to the conventional directory
Curtis Rueden
2015-12-01
1
-0
/
+318
*
|
|
Move javadoc files to standard Maven location
Curtis Rueden
2015-11-30
45
-0
/
+0
*
|
|
Move resources into src/main/resources
Curtis Rueden
2015-11-30
1
-0
/
+0
*
|
|
Unnest java3d folders
Curtis Rueden
2015-11-30
449
-0
/
+0
*
|
|
Adopts a more standard directory layout for Maven
Julien Gouesse
2015-11-28
449
-0
/
+0
*
|
|
Relocate package prefix to org.jogamp.java3d
Julien Gouesse
2015-11-28
449
-755
/
+755
|
|
/
|
/
|
*
|
Font3D: use the GeometryService as appropriate
Curtis Rueden
2015-11-25
1
-28
/
+15
*
|
Add a service interface for external routines
Curtis Rueden
2015-11-25
1
-0
/
+40
*
|
Font3D: refactor island triangulation logic
Curtis Rueden
2015-10-06
1
-17
/
+27
*
|
Font3D: declare local variables when they are used
Curtis Rueden
2015-10-06
1
-2
/
+2
*
|
Font3D: tweak whitespace
Curtis Rueden
2015-10-06
1
-1
/
+1
*
|
Font3D: count points in a separate loop
Curtis Rueden
2015-10-06
1
-1
/
+3
|
/
*
j3dcore: flatten the directory structure a bit
Harvey Harrison
2015-04-19
448
-0
/
+0
*
j3dcore: remove an old ant build file in the source tree
Harvey Harrison
2015-04-19
1
-416
/
+0
[prev]
[next]