summaryrefslogtreecommitdiffstats
path: root/src/classes/share/com/sun/j3d/utils
Commit message (Collapse)AuthorAgeFilesLines
* Relocate package prefix to org.jogamp.java3dJulien Gouesse2015-11-28321-94121/+0
|
* Add GeometryService implementationCurtis Rueden2015-11-251-0/+38
| | | | | This code was migrated from java3d-core's Font3D class, in order to address hharrison/java3d-core#17.
* 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: 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-01190-0/+754
| | | | 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-182-15/+15
| | | | | | 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-18286-1430/+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-31234-938/+1403
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* j3dutils: remove trailing whitespace from all filesHarvey Harrison2011-12-31240-5048/+5048
| | | | 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]>
* 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
* 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
* Fixed Issue 506 : NullPointerException: Calling getNominalSensorRotation in ↵Chien Yang2007-10-081-1/+5
| | | | | | | | | WandViewBehavior when internal nominalSensorRotation is null causes a NullPointerException. Fixed as suggested in Issue report. git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@171 9497e636-51bd-65ba-982d-a4982e1767a5
* 1) Fixed Issue 179 : OrbitBehavior.setRotationCenter gives spurious view shiftChien Yang2007-10-081-18/+13
| | | | | | | | This fix is submitted by jeromerobert. 2) Removed unuse imports and private variables. git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@170 9497e636-51bd-65ba-982d-a4982e1767a5
* Completed the fix to Issue 411.Chien Yang2007-04-246-74/+51
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@165 9497e636-51bd-65ba-982d-a4982e1767a5
* Fixed a bug in fix to 411.Chien Yang2007-04-241-12/+12
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@164 9497e636-51bd-65ba-982d-a4982e1767a5
* 1) Fix to Issue 411 : Add Primitive flag to reverse Y for tex coordsChien Yang2007-04-237-713/+603
| | | | | | | 2) Remove dead code. git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@163 9497e636-51bd-65ba-982d-a4982e1767a5
* Fixed issue 478: Memory leak in TransparencySortControllerKevin Rushforth2007-04-171-13/+7
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@161 9497e636-51bd-65ba-982d-a4982e1767a5
* Fixed issue 474: Update javadoc for TextureLoader for ImageExceptionKevin Rushforth2007-04-031-11/+53
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@158 9497e636-51bd-65ba-982d-a4982e1767a5
* Make @since tag consistantpaulby2007-03-211-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@157 9497e636-51bd-65ba-982d-a4982e1767a5
* Fix bug 468, implement close()paulby2007-03-212-1/+11
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@156 9497e636-51bd-65ba-982d-a4982e1767a5
* Fixed a getPrimitiveTexCoords() bug submitted by Shawn.Chien Yang2007-03-021-6/+12
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@155 9497e636-51bd-65ba-982d-a4982e1767a5
* Fix issue 453, add support of SceneGraphObject name fieldpaulby2007-03-012-1/+24
| | | | | | | | | | Issue number: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@154 9497e636-51bd-65ba-982d-a4982e1767a5
* Implement RFE 449.paulby2007-02-262-1/+71
| | | | | | | | | | | | | Provide a mechanism for developers to have complete control over how their subclasses of Java 3D SceneGraphObjects are saved and loaded. Issue number: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@153 9497e636-51bd-65ba-982d-a4982e1767a5
* Fix a java doc. bug.Chien Yang2007-02-153-6/+3
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@152 9497e636-51bd-65ba-982d-a4982e1767a5
* Update copyright to 2007Kevin Rushforth2007-02-09300-300/+300
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@150 9497e636-51bd-65ba-982d-a4982e1767a5
* Implement RFE 438paulby2007-01-291-0/+23
| | | | git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@149 9497e636-51bd-65ba-982d-a4982e1767a5