Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | j3dcore: removed dead code | Kavon Farvardin | 2014-08-05 | 1 | -252/+0 |
| | | | | | Signed-off-by: Kavon Farvardin <[email protected]> Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: initial fix for stereoscopic and double buffering graphics ↵ | Kavon Farvardin | 2014-08-05 | 1 | -119/+201 |
| | | | | | | | configurations Signed-off-by: Kavon Farvardin <[email protected]> Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: update version to 1.6.0-pre101.6.0-pre10 | Harvey Harrison | 2014-05-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: prepare to refactor the Font3D tesselation code, move variables ↵ | Harvey Harrison | 2014-05-03 | 1 | -16/+15 |
| | | | | | | next to use Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: kill use of SUN_global_alpha | Harvey Harrison | 2014-05-03 | 10 | -128/+4 |
| | | | | | | | Due to a typo testing for the extension, the jogl pipeline has never enabled this extension. Just kill it. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: small style change to do an early return when the appContext does ↵ | Harvey Harrison | 2014-05-03 | 1 | -18/+19 |
| | | | | | | not need checking Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: move fixup for null apcontext into the JOGLPipeline implementation | Saeid Nourian | 2014-05-03 | 1 | -0/+36 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: update version to 1.6.0-pre91.6.0-pre9 | Harvey Harrison | 2013-12-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: fix typo in updateTexture3DBoundary in JoglPipeline | Harvey Harrison | 2013-12-07 | 1 | -1/+1 |
| | | | | | | GL_TEXTURE_2D should be GL_TEXTURE_3D Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: use the context() helper in one more place in JoglPipeline | Harvey Harrison | 2013-11-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate list of VirtualUniverse in GeometryRetained | Harvey Harrison | 2013-09-19 | 4 | -6/+6 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: move map of View to TransparentGeometry sorters into core | Harvey Harrison | 2013-09-14 | 5 | -4/+100 |
| | | | | | | | Help break one more dependency on the j3dutils code by pulling a simple map into the core classes. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate list of Behavior node in setLiveState | Harvey Harrison | 2013-08-03 | 3 | -10/+9 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate childSwitchLinks arraylist | Harvey Harrison | 2013-08-03 | 5 | -33/+26 |
| | | | | | | | - not quite right as this list can hold LinkRetained or SwitchRetained...NodeRetained is the closest common class Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate the childTransformLink lists | Harvey Harrison | 2013-08-03 | 4 | -20/+16 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate generic lists in PickInfo | Harvey Harrison | 2013-08-03 | 1 | -30/+28 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: trivial annotation of an Arraylist temp variable | Harvey Harrison | 2013-07-31 | 1 | -2/+2 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate the Shape3DRetained viewList that was missed | Harvey Harrison | 2013-07-31 | 1 | -2/+2 |
| | | | | | | This was missed when annotating the setLiveState list of view lists. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate the list of mirrorshapes in Shape3DRetained | Harvey Harrison | 2013-07-31 | 2 | -26/+24 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: add all the missing @Override annotations | Harvey Harrison | 2013-07-31 | 288 | -0/+1758 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: update version to 1.6.0-pre81.6.0-pre8 | Harvey Harrison | 2013-07-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: update build.xml to build against jogl release 2.0.2 | Harvey Harrison | 2013-07-29 | 1 | -2/+2 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: move old build file to build-old.xml | Harvey Harrison | 2013-07-29 | 3 | -1013/+1013 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: provide a public interface for AutoOffScreenCanvas3D to allow core ↵ | Harvey Harrison | 2013-07-10 | 2 | -1/+23 |
| | | | | | | to build separately from j3dutils Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate targets array in Targets, remove two methods that had ↵ | Harvey Harrison | 2013-07-02 | 1 | -21/+5 |
| | | | | | | incorrect types Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate list of dirty transformgroups | Harvey Harrison | 2013-07-02 | 3 | -8/+7 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: trivial list annotation in TransformStructure | Harvey Harrison | 2013-07-02 | 1 | -3/+2 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate prioritizedSounds list in SoundScheduler | Harvey Harrison | 2013-07-02 | 1 | -17/+13 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: use Arrays.copyOf instead of clone on an int[] | Harvey Harrison | 2013-07-01 | 2 | -3/+5 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: change to ArrayList in the async error handling code | Harvey Harrison | 2013-07-01 | 1 | -4/+5 |
| | | | | | | | | This is not a high-rate path, so ArrayList should be fine without too many resizes. Try and make up for it by allocating an array of sufficient size up front to avoid reflection inside the toArray method. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove some unused state for locked geometry | Harvey Harrison | 2013-07-01 | 2 | -5/+0 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove unnecessary casts to WakeupCriterion | Harvey Harrison | 2013-07-01 | 12 | -23/+12 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: add type annotations to Enumerations of Nodes under a Group | Harvey Harrison | 2013-07-01 | 2 | -54/+51 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: declare some local varaibles next to where they are used | Harvey Harrison | 2013-07-01 | 1 | -29/+19 |
| | | | | | | | The compiler noticed the null check was always true at this point as nothing had written to currTree. Declare it next to its only use making the code more obvious. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate the changeViewList in SetLiveState | Harvey Harrison | 2013-07-01 | 4 | -7/+7 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate the changeViewGroup list in SetLiveState | Harvey Harrison | 2013-07-01 | 4 | -9/+9 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: remove some redundant casts to HashKey | Harvey Harrison | 2013-07-01 | 1 | -8/+8 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate the scoped nodes list in SetLiveState | Harvey Harrison | 2013-07-01 | 6 | -36/+28 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate some variables in the insertNodes/removeNodes message handlers | Harvey Harrison | 2013-07-01 | 3 | -18/+16 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate lots of lists of Views used by ViewSpecificGroups, and ↵ | Harvey Harrison | 2013-07-01 | 6 | -53/+48 |
| | | | | | | setLiveState Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: clean up some temp variable types in ViewSpecificGroupRetained | Harvey Harrison | 2013-07-01 | 1 | -21/+18 |
| | | | | | | The local var vl is initialized on all paths, pull that to the front of the method. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: unconditionally resize the offscreen layer if required when setting ↵ | Harvey Harrison | 2013-06-30 | 2 | -1/+1 |
| | | | | | | | | | the Viewport This ensures that the offscreen layer is appropriately sized even on the initial display, some users reported incorrect canvas size until something caused the layout to change. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: use the new Utils helpers to remove the last dependency on the ↵ | Harvey Harrison | 2013-06-28 | 5 | -25/+15 |
| | | | | | | Distance class Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: convert GeometricTools Ray-segment distance code to Java3d/vecmath ↵ | Harvey Harrison | 2013-06-28 | 1 | -160/+210 |
| | | | | | | types Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: check in a snapshot of the GeometricTools ray to segment distance ↵ | Harvey Harrison | 2013-06-28 | 1 | -0/+175 |
| | | | | | | | | function - adapted from code under the Boost 1.0 license, here distributed as GPLv2 + classpath Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: convert GeometricTools Segment-segment distance code to ↵ | Harvey Harrison | 2013-06-28 | 1 | -327/+407 |
| | | | | | | Java3d/vecmath types Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: check in a snapshot of the GeometricTools segment to segment ↵ | Harvey Harrison | 2013-06-28 | 1 | -0/+342 |
| | | | | | | | | distance function - adapted from code under the Boost 1.0 license, here distributed as GPLv2 + classpath Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: replace Distance with core utility class | Harvey Harrison | 2013-06-15 | 6 | -46/+123 |
| | | | | | | | | Replace the use of the j3dutils Distance class that is under a different license by reimplementing some mathematical distance calculations in a Utils class. This is new code and not based on the j3dutils version. Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: trivial generic annotation in RenderBin | Harvey Harrison | 2013-06-15 | 1 | -4/+4 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | ||||
* | j3dcore: annotate two locked geometry lists in RenderBin | Harvey Harrison | 2013-06-15 | 1 | -33/+30 |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> |