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
/
share
Commit message (
Expand
)
Author
Age
Files
Lines
*
j3dcore: beginScene/endScene was only used by D3D...remove it
Harvey Harrison
2012-05-03
5
-46
/
+0
*
j3dcore: remove all CG-shader support code (well, most of it anyways)
Harvey Harrison
2012-05-03
5
-961
/
+15
*
j3dcore: remove the ability to set the shading language to CG, assume GLSL
Harvey Harrison
2012-05-03
3
-71
/
+2
*
j3dcore: simplify Pipeline singleton creation
Harvey Harrison
2012-05-03
1
-31
/
+25
*
j3dcore: remove a bunch of the native support code and classes
Harvey Harrison
2012-05-03
9
-4034
/
+1
*
j3dcore: default to JOGL pipeline always, remove option to set native pipelines
Harvey Harrison
2012-05-03
1
-15
/
+2
*
j3dcore: use an explicit boolean when a PhysicalEnvironment has no more users
Harvey Harrison
2012-03-05
1
-20
/
+20
*
j3dcore: annotate PhysicalEnvironment static hashmap
Harvey Harrison
2012-03-05
2
-6
/
+8
*
j3dcore: annotate the PhysicalEnvironment::devices list
Harvey Harrison
2012-03-05
2
-60
/
+52
*
j3dcore: annotate PhysicalEnvironment::users list as holding Views
Harvey Harrison
2012-03-05
3
-51
/
+45
*
j3dcore: ViewPlatformRetained::getViewList cannot return null
Harvey Harrison
2012-03-05
1
-10
/
+9
*
j3dcore: remove unneeded casts to View in SoundStructure
Harvey Harrison
2012-03-05
1
-4
/
+4
*
j3dcore: remove the unused SoundRenderer class...never seems to be used
Harvey Harrison
2012-03-03
3
-97
/
+0
*
j3dcore: change getViewPlatformList() to never return null and remove checks
Harvey Harrison
2012-03-03
2
-65
/
+37
*
j3dcore: add an early return to the enable/disable event functions to reduce ...
Harvey Harrison
2012-03-03
1
-148
/
+120
*
j3dcore: preparation patch for cleanup of getViewList() users in VirtualUniverse
Harvey Harrison
2012-03-03
1
-137
/
+132
*
j3dcore: only mark the cached view list as dirty if we actually change it
Harvey Harrison
2012-03-03
1
-5
/
+3
*
j3dcore: annotate list of Views in ViewPlatformRetained
Harvey Harrison
2012-03-03
1
-30
/
+30
*
j3dcore: annotate GroupRetained's list of child nodes and compiled child nodes
Harvey Harrison
2012-02-26
5
-90
/
+60
*
j3dcore: annotate NodeRetained::branchGroupPaths
Harvey Harrison
2012-02-26
9
-30
/
+27
*
j3dcore: remove code that was stubbed-out in issue 458
Harvey Harrison
2012-02-21
2
-36
/
+1
*
j3dcore: use annotated ArrayList of AWTEvents in WakeupOnAWTEvent
Harvey Harrison
2012-02-20
1
-16
/
+12
*
j3dcore: remove the DVR backdoor in View
Harvey Harrison
2012-02-20
1
-47
/
+0
*
j3dcore: remove the unneeded centroid from BoundingBox
Harvey Harrison
2012-01-24
1
-15
/
+8
*
j3dcore: switch the orderedBin array expansion to happen at set, rather than ...
Harvey Harrison
2012-01-24
1
-7
/
+18
*
j3dcore: format whitespace and move some variables into loops around callers ...
Harvey Harrison
2012-01-24
1
-67
/
+50
*
j3dcore: ensure the orderedBin array in OrderedGroupRetained is consistently ...
Harvey Harrison
2012-01-24
1
-29
/
+24
*
j3dcore: use the Bounds::getCenter(Point3d) function in the trivial cases
Harvey Harrison
2012-01-24
4
-36
/
+29
*
j3dcore: add a getCenter(Point3d) to the Bounds interface and implement it in...
Harvey Harrison
2012-01-23
4
-15
/
+27
*
j3dcore: annotate lists of LightRetained, FogRetained, ModelClipRetained and ...
Harvey Harrison
2012-01-17
5
-333
/
+322
*
j3dcore: further reduce sizes of BoundingSphere and BoundingBox
Harvey Harrison
2012-01-16
2
-64
/
+17
*
j3dcore: remove temporary Point3d from BoundingBox
Harvey Harrison
2012-01-16
1
-9
/
+1
*
j3dcore: small optimization in BoundingSphere/BoundingBox::transform(Bounds, ...
Harvey Harrison
2012-01-16
2
-19
/
+4
*
j3dcore: use the BoundingSphere constructor to get an empty bounds where desired
Harvey Harrison
2012-01-15
3
-12
/
+6
*
j3dcore: match behavior of constructor and set() method in BoundingSphere
Harvey Harrison
2012-01-15
1
-1
/
+1
*
j3dcore: one more use of the emptyBounds helper in BoundingSphere
Harvey Harrison
2012-01-15
1
-5
/
+3
*
j3dcore: format BoundingSphere constructors to alwats set the state in the sa...
Harvey Harrison
2012-01-15
1
-29
/
+28
*
j3dcore: inline NaN test into its one caller in BoundingSphere
Harvey Harrison
2012-01-15
1
-8
/
+1
*
j3dcore: reduce memory footprint of BoundSphere
Harvey Harrison
2012-01-15
1
-8
/
+7
*
j3dcore: add missing call to updateBoundsState in BoundingSphere::setCenter
Harvey Harrison
2012-01-15
1
-10
/
+8
*
j3dcore: add setEmpty/setInfinite helpers to BoundingSphere
Harvey Harrison
2012-01-15
1
-122
/
+88
*
j3dcore: remove unused variables in BoundingSphere
Harvey Harrison
2012-01-15
1
-4
/
+3
*
j3dcore: adjust set/get upper/lower to use Point3d helpers
Harvey Harrison
2012-01-14
1
-67
/
+50
*
j3dcore: inline NaN-checks in BoundingBox::updateBoundsStates which should be...
Harvey Harrison
2012-01-14
1
-11
/
+1
*
j3dcore: use the new set((Bounds)null) fastpath to create empty bounds
Harvey Harrison
2012-01-14
1
-26
/
+17
*
j3dcore: small optimizations in BoundingBox constructors
Harvey Harrison
2012-01-14
1
-31
/
+30
*
j3dcore: take advantage of the BoundingBox(null) constructor to create an emp...
Harvey Harrison
2012-01-14
14
-42
/
+14
*
j3dcore: optimize special BoundingBox setting
Harvey Harrison
2012-01-14
1
-66
/
+71
*
j3dcore: remove some unused variables from BoundingBox
Harvey Harrison
2012-01-14
1
-2
/
+1
*
j3dcore: annotate Point3d members of BoundingBox as final
Harvey Harrison
2012-01-14
1
-18
/
+16
[next]