Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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]> | |||||
* | j3dcore: remove last use of the BufferWrapper classes from the core | Harvey Harrison | 2013-06-15 | 7 | -44/+21 | |
| | | | | | | | | Directly hold read-only views of the nio buffers, this likely fixes the vertex data held in an nio buffer for the JOGL backend as the Object[] parameter hid the change from float[] to FloatBuffer that occured at some point in history. Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: use a trivial little struct instead of FastVector | Harvey Harrison | 2013-06-15 | 1 | -13/+30 | |
| | | | | | | | Pull out a struct to hold an int[] array and a count, remove the numContours variable that was redundant. Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: add type information to userlist in ImageComponentRetained | Harvey Harrison | 2013-04-19 | 1 | -26/+21 | |
| | | | | | | | | - no need to synchronize on userlist, all access methods are already synchronized - add an early return to unindent a bunch of code - impossible to get a BackGroundRetained here, kill that else branch Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove a leftover assert, it is now OK for offscreen canvas3d ↵ | Harvey Harrison | 2013-04-18 | 1 | -2/+1 | |
| | | | | | | | | objects to be doublebuffered In fact, this is a must for certain OSX machines. Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: fix permissions on a file that had the executable bit set | Harvey Harrison | 2013-04-08 | 1 | -0/+0 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove the www folder, it doesn't have anything useful anymore | Harvey Harrison | 2013-04-08 | 32 | -8748/+0 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: add a .gitignore for the build/ directory, remove .cvsignore | Harvey Harrison | 2013-04-08 | 2 | -3/+1 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove old release files/licenses that may confuse people | Harvey Harrison | 2013-04-07 | 46 | -8525/+0 | |
| | | | | | | | The project is GPLv2 + classpath exception as found in LICENSE.txt, remove the older files that may confuse people. Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: kill off some of the old build scripts from the native builds | Harvey Harrison | 2013-04-07 | 15 | -391/+0 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: update version to 1.6.0-pre71.6.0-pre7 | Harvey Harrison | 2013-03-19 | 1 | -1/+1 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: use nio buffers directly for vertex normals | Harvey Harrison | 2013-03-17 | 5 | -15/+15 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: use nio buffers directly for interleaved vertex data | Harvey Harrison | 2013-03-17 | 5 | -16/+18 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: use nio buffers directly for colors, remove use of BufferWrappers | Harvey Harrison | 2013-03-17 | 5 | -18/+18 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: convert trivial uses of BufferWrapper to use the readOnly nio ↵ | Harvey Harrison | 2013-03-17 | 3 | -21/+19 | |
| | | | | | | buffers instead Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: directly use nio buffers internally in GeometryArrayRetained | Harvey Harrison | 2013-03-17 | 5 | -22/+28 | |
| | | | | | | Remove the use of FloatBufferWrapper, DoubleBufferWrapper. Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: explicitly store the readonlyBuffer copy in preparation to remove ↵ | Harvey Harrison | 2013-03-16 | 1 | -0/+13 | |
| | | | | | | BufferWrapper Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: add imports for java.nio in J3DBuffer | Harvey Harrison | 2013-03-03 | 1 | -33/+40 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: move to use an Enum for valid buffer types in J3DBuffer | Harvey Harrison | 2013-03-03 | 2 | -50/+47 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove test for direct nio buffers, they are standard functionality | Harvey Harrison | 2013-02-28 | 1 | -15/+0 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: change Object[] to J3DBuffer[] as we know this is the actual type | Harvey Harrison | 2013-02-28 | 3 | -18/+12 | |
| | | | | | | remove some unused variables while we're here. Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove some unused vars and unneeded casts | Harvey Harrison | 2013-02-28 | 1 | -6/+2 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove leftover from when OffscreenLayer was added to Canvas3d | Harvey Harrison | 2013-02-28 | 1 | -1/+0 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: annotate getAllScopes method for FogRetained to return ↵ | Harvey Harrison | 2013-02-23 | 3 | -23/+20 | |
| | | | | | | Enumeration<Group> Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove unused local variables and unneeded casts in FogRetained | Harvey Harrison | 2013-02-23 | 1 | -15/+3 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: annotate getScopes methods to return Enumeration<Group> | Harvey Harrison | 2013-02-23 | 2 | -23/+23 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove some unused local variables in LightRetained | Harvey Harrison | 2013-02-23 | 1 | -7/+1 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: annotate list of LightRetained | Harvey Harrison | 2013-02-23 | 1 | -6/+6 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: add a hash mixing helper for the Java3D way of mixing double values | Harvey Harrison | 2013-02-23 | 5 | -27/+63 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: small list annotation for offscreen messages | Harvey Harrison | 2013-02-19 | 1 | -4/+3 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove a null check, canvas cannot be null here | Harvey Harrison | 2013-02-18 | 1 | -3/+1 | |
| | | | | | | We would have NullPointerExceptioned already Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: update version to -pre61.6.0-pre6 | Harvey Harrison | 2013-02-18 | 1 | -1/+1 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: make setting boolean properties less chatty | Harvey Harrison | 2013-02-18 | 1 | -1/+2 | |
| | | | | | | Onyly write a message to stderr if debug is set. Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: remove some commented out and superceded code in JoglPipeline | Harvey Harrison | 2013-02-18 | 1 | -108/+0 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> | |||||
* | j3dcore: restore the explicit profile for each GL constant | Harvey Harrison | 2013-02-18 | 1 | -32/+18 | |
| | | | | Signed-off-by: Harvey Harrison <[email protected]> |