aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* j3dcore: convert GeometricTools Ray-segment distance code to Java3d/vecmath t...Harvey Harrison2013-06-281-160/+210
* j3dcore: check in a snapshot of the GeometricTools ray to segment distance fu...Harvey Harrison2013-06-281-0/+175
* j3dcore: convert GeometricTools Segment-segment distance code to Java3d/vecma...Harvey Harrison2013-06-281-327/+407
* j3dcore: check in a snapshot of the GeometricTools segment to segment distanc...Harvey Harrison2013-06-281-0/+342
* j3dcore: replace Distance with core utility classHarvey Harrison2013-06-156-46/+123
* j3dcore: trivial generic annotation in RenderBinHarvey Harrison2013-06-151-4/+4
* j3dcore: annotate two locked geometry lists in RenderBinHarvey Harrison2013-06-151-33/+30
* j3dcore: remove last use of the BufferWrapper classes from the coreHarvey Harrison2013-06-157-44/+21
* j3dcore: use a trivial little struct instead of FastVectorHarvey Harrison2013-06-151-13/+30
* j3dcore: add type information to userlist in ImageComponentRetainedHarvey Harrison2013-04-191-26/+21
* j3dcore: remove a leftover assert, it is now OK for offscreen canvas3d object...Harvey Harrison2013-04-181-2/+1
* j3dcore: fix permissions on a file that had the executable bit setHarvey Harrison2013-04-081-0/+0
* j3dcore: remove the www folder, it doesn't have anything useful anymoreHarvey Harrison2013-04-0832-8748/+0
* j3dcore: add a .gitignore for the build/ directory, remove .cvsignoreHarvey Harrison2013-04-082-3/+1
* j3dcore: remove old release files/licenses that may confuse peopleHarvey Harrison2013-04-0746-8525/+0
* j3dcore: kill off some of the old build scripts from the native buildsHarvey Harrison2013-04-0715-391/+0
* j3dcore: update version to 1.6.0-pre71.6.0-pre7Harvey Harrison2013-03-191-1/+1
* j3dcore: use nio buffers directly for vertex normalsHarvey Harrison2013-03-175-15/+15
* j3dcore: use nio buffers directly for interleaved vertex dataHarvey Harrison2013-03-175-16/+18
* j3dcore: use nio buffers directly for colors, remove use of BufferWrappersHarvey Harrison2013-03-175-18/+18
* j3dcore: convert trivial uses of BufferWrapper to use the readOnly nio buffer...Harvey Harrison2013-03-173-21/+19
* j3dcore: directly use nio buffers internally in GeometryArrayRetainedHarvey Harrison2013-03-175-22/+28
* j3dcore: explicitly store the readonlyBuffer copy in preparation to remove Bu...Harvey Harrison2013-03-161-0/+13
* j3dcore: add imports for java.nio in J3DBufferHarvey Harrison2013-03-031-33/+40
* j3dcore: move to use an Enum for valid buffer types in J3DBufferHarvey Harrison2013-03-032-50/+47
* j3dcore: remove test for direct nio buffers, they are standard functionalityHarvey Harrison2013-02-281-15/+0
* j3dcore: change Object[] to J3DBuffer[] as we know this is the actual typeHarvey Harrison2013-02-283-18/+12
* j3dcore: remove some unused vars and unneeded castsHarvey Harrison2013-02-281-6/+2
* j3dcore: remove leftover from when OffscreenLayer was added to Canvas3dHarvey Harrison2013-02-281-1/+0
* j3dcore: annotate getAllScopes method for FogRetained to return Enumeration<G...Harvey Harrison2013-02-233-23/+20
* j3dcore: remove unused local variables and unneeded casts in FogRetainedHarvey Harrison2013-02-231-15/+3
* j3dcore: annotate getScopes methods to return Enumeration<Group>Harvey Harrison2013-02-232-23/+23
* j3dcore: remove some unused local variables in LightRetainedHarvey Harrison2013-02-231-7/+1
* j3dcore: annotate list of LightRetainedHarvey Harrison2013-02-231-6/+6
* j3dcore: add a hash mixing helper for the Java3D way of mixing double valuesHarvey Harrison2013-02-235-27/+63
* j3dcore: small list annotation for offscreen messagesHarvey Harrison2013-02-191-4/+3
* j3dcore: remove a null check, canvas cannot be null hereHarvey Harrison2013-02-181-3/+1
* j3dcore: update version to -pre61.6.0-pre6Harvey Harrison2013-02-181-1/+1
* j3dcore: make setting boolean properties less chattyHarvey Harrison2013-02-181-1/+2
* j3dcore: remove some commented out and superceded code in JoglPipelineHarvey Harrison2013-02-181-108/+0
* j3dcore: restore the explicit profile for each GL constantHarvey Harrison2013-02-181-32/+18
* j3dcore: changes from August LammersdorfAugust Lammersdorf2013-02-182-268/+782
* j3dcore: add new Pipeline method resizeOffscreenLayerHarvey Harrison2013-02-174-23/+23
* j3dcore: add members and helpers for future FBOlayer workHarvey Harrison2013-02-172-9/+55
* j3dcore: make the antialiasing flag private to Canvas3dHarvey Harrison2013-02-162-5/+11
* j3dcore: fix generation of texture idsAugust Lammersdorf2013-02-169-93/+29
* j3dcore: update to jogl-rc11 in the build script, only need gluegen-rt, not g...Harvey Harrison2013-02-111-2/+2
* j3dcore: annotate list of lights in GraphicsContext3DHarvey Harrison2013-02-021-9/+8
* j3dcore: remove unused variables, annotate sounds list in GraphicsContext3DHarvey Harrison2013-02-021-13/+8
* j3dcore: Annotate list of user sounds in GraphicsContext3DHarvey Harrison2013-02-021-27/+26