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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
j3dcore: convert GeometricTools Ray-segment distance code to Java3d/vecmath t...
Harvey Harrison
2013-06-28
1
-160
/
+210
*
j3dcore: check in a snapshot of the GeometricTools ray to segment distance fu...
Harvey Harrison
2013-06-28
1
-0
/
+175
*
j3dcore: convert GeometricTools Segment-segment distance code to Java3d/vecma...
Harvey Harrison
2013-06-28
1
-327
/
+407
*
j3dcore: check in a snapshot of the GeometricTools segment to segment distanc...
Harvey Harrison
2013-06-28
1
-0
/
+342
*
j3dcore: replace Distance with core utility class
Harvey Harrison
2013-06-15
6
-46
/
+123
*
j3dcore: trivial generic annotation in RenderBin
Harvey Harrison
2013-06-15
1
-4
/
+4
*
j3dcore: annotate two locked geometry lists in RenderBin
Harvey Harrison
2013-06-15
1
-33
/
+30
*
j3dcore: remove last use of the BufferWrapper classes from the core
Harvey Harrison
2013-06-15
7
-44
/
+21
*
j3dcore: use a trivial little struct instead of FastVector
Harvey Harrison
2013-06-15
1
-13
/
+30
*
j3dcore: add type information to userlist in ImageComponentRetained
Harvey Harrison
2013-04-19
1
-26
/
+21
*
j3dcore: remove a leftover assert, it is now OK for offscreen canvas3d object...
Harvey Harrison
2013-04-18
1
-2
/
+1
*
j3dcore: fix permissions on a file that had the executable bit set
Harvey Harrison
2013-04-08
1
-0
/
+0
*
j3dcore: remove the www folder, it doesn't have anything useful anymore
Harvey Harrison
2013-04-08
32
-8748
/
+0
*
j3dcore: add a .gitignore for the build/ directory, remove .cvsignore
Harvey Harrison
2013-04-08
2
-3
/
+1
*
j3dcore: remove old release files/licenses that may confuse people
Harvey Harrison
2013-04-07
46
-8525
/
+0
*
j3dcore: kill off some of the old build scripts from the native builds
Harvey Harrison
2013-04-07
15
-391
/
+0
*
j3dcore: update version to 1.6.0-pre7
1.6.0-pre7
Harvey Harrison
2013-03-19
1
-1
/
+1
*
j3dcore: use nio buffers directly for vertex normals
Harvey Harrison
2013-03-17
5
-15
/
+15
*
j3dcore: use nio buffers directly for interleaved vertex data
Harvey Harrison
2013-03-17
5
-16
/
+18
*
j3dcore: use nio buffers directly for colors, remove use of BufferWrappers
Harvey Harrison
2013-03-17
5
-18
/
+18
*
j3dcore: convert trivial uses of BufferWrapper to use the readOnly nio buffer...
Harvey Harrison
2013-03-17
3
-21
/
+19
*
j3dcore: directly use nio buffers internally in GeometryArrayRetained
Harvey Harrison
2013-03-17
5
-22
/
+28
*
j3dcore: explicitly store the readonlyBuffer copy in preparation to remove Bu...
Harvey Harrison
2013-03-16
1
-0
/
+13
*
j3dcore: add imports for java.nio in J3DBuffer
Harvey Harrison
2013-03-03
1
-33
/
+40
*
j3dcore: move to use an Enum for valid buffer types in J3DBuffer
Harvey Harrison
2013-03-03
2
-50
/
+47
*
j3dcore: remove test for direct nio buffers, they are standard functionality
Harvey Harrison
2013-02-28
1
-15
/
+0
*
j3dcore: change Object[] to J3DBuffer[] as we know this is the actual type
Harvey Harrison
2013-02-28
3
-18
/
+12
*
j3dcore: remove some unused vars and unneeded casts
Harvey Harrison
2013-02-28
1
-6
/
+2
*
j3dcore: remove leftover from when OffscreenLayer was added to Canvas3d
Harvey Harrison
2013-02-28
1
-1
/
+0
*
j3dcore: annotate getAllScopes method for FogRetained to return Enumeration<G...
Harvey Harrison
2013-02-23
3
-23
/
+20
*
j3dcore: remove unused local variables and unneeded casts in FogRetained
Harvey Harrison
2013-02-23
1
-15
/
+3
*
j3dcore: annotate getScopes methods to return Enumeration<Group>
Harvey Harrison
2013-02-23
2
-23
/
+23
*
j3dcore: remove some unused local variables in LightRetained
Harvey Harrison
2013-02-23
1
-7
/
+1
*
j3dcore: annotate list of LightRetained
Harvey Harrison
2013-02-23
1
-6
/
+6
*
j3dcore: add a hash mixing helper for the Java3D way of mixing double values
Harvey Harrison
2013-02-23
5
-27
/
+63
*
j3dcore: small list annotation for offscreen messages
Harvey Harrison
2013-02-19
1
-4
/
+3
*
j3dcore: remove a null check, canvas cannot be null here
Harvey Harrison
2013-02-18
1
-3
/
+1
*
j3dcore: update version to -pre6
1.6.0-pre6
Harvey Harrison
2013-02-18
1
-1
/
+1
*
j3dcore: make setting boolean properties less chatty
Harvey Harrison
2013-02-18
1
-1
/
+2
*
j3dcore: remove some commented out and superceded code in JoglPipeline
Harvey Harrison
2013-02-18
1
-108
/
+0
*
j3dcore: restore the explicit profile for each GL constant
Harvey Harrison
2013-02-18
1
-32
/
+18
*
j3dcore: changes from August Lammersdorf
August Lammersdorf
2013-02-18
2
-268
/
+782
*
j3dcore: add new Pipeline method resizeOffscreenLayer
Harvey Harrison
2013-02-17
4
-23
/
+23
*
j3dcore: add members and helpers for future FBOlayer work
Harvey Harrison
2013-02-17
2
-9
/
+55
*
j3dcore: make the antialiasing flag private to Canvas3d
Harvey Harrison
2013-02-16
2
-5
/
+11
*
j3dcore: fix generation of texture ids
August Lammersdorf
2013-02-16
9
-93
/
+29
*
j3dcore: update to jogl-rc11 in the build script, only need gluegen-rt, not g...
Harvey Harrison
2013-02-11
1
-2
/
+2
*
j3dcore: annotate list of lights in GraphicsContext3D
Harvey Harrison
2013-02-02
1
-9
/
+8
*
j3dcore: remove unused variables, annotate sounds list in GraphicsContext3D
Harvey Harrison
2013-02-02
1
-13
/
+8
*
j3dcore: Annotate list of user sounds in GraphicsContext3D
Harvey Harrison
2013-02-02
1
-27
/
+26
[prev]
[next]