summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert "j3dutils: add workaround for appcontext bug in Java 7 u25"HEAD1.6.0-pre10masterHarvey Harrison2014-05-031-54/+2
| | | | | | | | This reverts commit 14206478b7a5bf628b59094c92d5727291c7c2bf. The fixup has been moved into the core pipeline code. The parts of the above commit removing a println and adjusting the max wait time have been preserved. Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: pass the facetNormals as an argument to calculationsHarvey Harrison2014-03-071-8/+8
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: annotate some ArrayLists with types, use static access for constantsHarvey Harrison2014-03-071-16/+16
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: directly pass GeometryInfo objects rather than using local storageHarvey Harrison2014-03-071-11/+9
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: remove the TransparencySortGeom interface that has been moved into ↵Harvey Harrison2014-03-071-52/+0
| | | | | | Java3d core code Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: add workaround for appcontext bug in Java 7 u251.6.0-pre9Emmanuel Puybaret2013-12-071-2/+54
| | | | | | | As explained here: http://stackoverflow.com/questions/17223304/appcontext-is-null-from-rmi-thread-with-java-7-update-25 Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: trivial annotations in ObjectFile loaderHarvey Harrison2013-09-201-19/+14
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: use core mapping for transparent geometryHarvey Harrison2013-09-143-49/+13
| | | | | | Preserve the old interface for backwards compatibility purposes. Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: fix javadoc parameter ordering for ↵Harvey Harrison2013-08-061-3/+3
| | | | | | | | GeometryInfo::getIndexedGeometryArray - fixes bug 642 in the java3d bugtracker Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: comment out leftover System.out.printlnHarvey Harrison2013-08-061-1/+1
| | | | | | - fixes bug 663 from the Java3d bugtracker Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: add all missing @Override annotationsHarvey Harrison2013-08-01217-0/+931
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: preserve public API by inheriting from newly added ↵Harvey Harrison2013-07-101-2/+1
| | | | | | AutoOffScreenCanvas3D from j3dcore Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: remove www folder, it had nothing useful leftHarvey Harrison2013-04-083-114/+0
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: fix some file permissions that have the executable bit setHarvey Harrison2013-04-0813-0/+0
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: remove unneeded cast to StringHarvey Harrison2013-03-031-1/+1
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: stop suppressing the DoubleBeuffering flag in JCanvas3DHarvey Harrison2013-02-211-2/+1
| | | | | | | | While this should be OK, we currently explicitly check for both antialiasing and doublebuffering in the joglpipeline capabilities which means this will never allow antialiasing to be enabled for JCanvas3D. Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: remove a bunch of unneeded casts to SampleHarvey Harrison2013-01-272-16/+16
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dutil: remove many wrapper around nio buffers, the tests for J3DBuffer's ↵Harvey Harrison2012-09-225-89/+81
| | | | | | type make this safe Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: remove some of the nio wrappers that we only used as temporariesHarvey Harrison2012-09-221-44/+32
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: fix length when reading in a serialized DoubleArrayHarvey Harrison2012-09-221-1/+1
| | | | | | | Otherwise the serialized array will not round-trip properly, it is definitely written out with 8 bytes per double, no idea how this hasn't been noticed. Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: begin removing the wrappers of nio, we can rely on them always nowHarvey Harrison2012-09-184-115/+19
| | | | | | We assume a baseline of Java 6 now where nio is always available. Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: remove use of deprecated JPEGEncoder/Decoder, use ImageIOHarvey Harrison2012-08-271-10/+3
| | | | | | | | As this is only used in the serialization functions just rely on the defaults throughout. I tried round-tripping the resulting bytestream and it worked just fine. Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: remove RCS file markers from source filesHarvey Harrison2012-05-18354-1770/+0
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: remove some Java1.3 support code, require Java 6Harvey Harrison2012-02-221-35/+11
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: use static access to constants in SimpleUniverse, ViewerHarvey Harrison2012-02-222-4/+4
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: add generic annotation to PriviledgedAction in SimpleUniverseHarvey Harrison2012-02-221-8/+6
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: remove DVR backdoor in ViewerHarvey Harrison2012-02-223-180/+0
| | | | | | | The Dynamic Video Resize code is effectively disabled internally, remove the API that was publically exposed and the internal HashMap. Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: remove totally unused BoundingBox from CompressedGeometryRetainedHarvey Harrison2012-01-261-14/+0
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: update for generics annotation done for getAllLocalesHarvey Harrison2012-01-261-6/+6
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: use eclipse organize imports cleanup toolHarvey Harrison2011-12-31290-1175/+1706
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: remove trailing whitespace from all filesHarvey Harrison2011-12-31297-5972/+5972
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: cherry-pick fix from svn trunk issue 657Ken Mc Neill2011-12-311-1/+13
| | | | | | | Java3D-657: Text2D should allow for texture unit state git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@208 9497e636-51bd-65ba-982d-a4982e1767a5 Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: cherry-pick fix from svn trunk issue 656Ken Mc Neill2011-12-311-23/+61
| | | | | | | Issue 656 git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@207 9497e636-51bd-65ba-982d-a4982e1767a5 Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: cherry-pick fix from svn trunk issue 655Ken Mc Neill2011-12-311-7/+34
| | | | | | | Fixed issue 655 git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@206 9497e636-51bd-65ba-982d-a4982e1767a5 Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: cherry-pick fix from svn trunk issue 654Ken Mc Neill2011-12-312-23/+46
| | | | | | | issue 654 fixed by mcneillk git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@204 9497e636-51bd-65ba-982d-a4982e1767a5 Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: cherry-pick fix from svn trunk issue 587Ken Mc Neill2011-12-311-1/+1
| | | | | | | | | | Issue number: 587 Obtained from: Submitted by: mcneillk Reviewed by: git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@199 9497e636-51bd-65ba-982d-a4982e1767a5 Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: cherry-pick fix from svn trunk issue 638Ken Mc Neill2011-12-311-2/+2
| | | | | | | | | | Issue number: 638 Obtained from: Submitted by: mcneillk Reviewed by: git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@198 9497e636-51bd-65ba-982d-a4982e1767a5 Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: cherry-pick fix from svn trunk issue 639Ken Mc Neill2011-12-311-27/+25
| | | | | | | | | | Issue number: 639 Obtained from: Submitted by: mcneillk Reviewed by: git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@197 9497e636-51bd-65ba-982d-a4982e1767a5 Signed-off-by: Harvey Harrison <[email protected]>
* Issue number: 599Alessandro Borges2009-02-241-9/+11
| | | | | | | | | | Obtained from: mcneillk Submitted by: mcneilkk Reviewed by: aces Issue : QuadArray with textcoord sets and maps fails to restore from saved scenegraph git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/branches/dev-1_6@196 9497e636-51bd-65ba-982d-a4982e1767a5
* Issue number: 614Alessandro Borges2009-02-241-1/+1
| | | | | | | | Submitted by: Aces Issue : Box Constructor fails to create multi texture units state git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/branches/dev-1_6@195 9497e636-51bd-65ba-982d-a4982e1767a5
* Issue number: 612/613Alessandro Borges2009-02-241-11/+71
| | | | | | | | Submitted by: Aces Issue : Text2D setRectangleScaleFactor alters RenderingAttributes (612) Text2D setText failing git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/branches/dev-1_6@194 9497e636-51bd-65ba-982d-a4982e1767a5
* Copied www changes from trunkKevin Rushforth2008-07-141-0/+8
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/branches/dev-1_6@189 9497e636-51bd-65ba-982d-a4982e1767a5
* Update version to 1.6Kevin Rushforth2008-06-181-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/branches/dev-1_6@184 9497e636-51bd-65ba-982d-a4982e1767a5
* This commit was manufactured by cvs2svn to create branch 'dev-1_6'.cvs2svn2008-02-280-0/+0
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/branches/dev-1_6@179 9497e636-51bd-65ba-982d-a4982e1767a5
* Updated build manifest to support j3d-core build script changesKevin Rushforth2008-02-281-4/+4
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@178 9497e636-51bd-65ba-982d-a4982e1767a5
* Minor web page updateKevin Rushforth2008-02-202-9/+7
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@177 9497e636-51bd-65ba-982d-a4982e1767a5
* Issue number: 483Ken Mc Neill2007-11-142-131/+156
| | | | | | | | Submitted by: lamer47 Reviewed by: kcr git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@175 9497e636-51bd-65ba-982d-a4982e1767a5
* Issue number: 532Ken Mc Neill2007-11-141-28/+37
| | | | | | | Increment output file version 3 -> 4 git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@174 9497e636-51bd-65ba-982d-a4982e1767a5
* Issue number: 532Ken Mc Neill2007-11-141-57/+74
| | | | | | | Reviewed by: Kevin R. git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@173 9497e636-51bd-65ba-982d-a4982e1767a5
* Fix to issue 532 : Background geometry BG isn't saved with SceneGraphFileWriter.Chien Yang2007-10-091-3/+11
| | | | | | | This fix is submitted by mcneillk. git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@172 9497e636-51bd-65ba-982d-a4982e1767a5