| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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]>
|
|
|
|
| |
Signed-off-by: Harvey Harrison <[email protected]>
|
|
|
|
| |
Signed-off-by: Harvey Harrison <[email protected]>
|
|
|
|
| |
Signed-off-by: Harvey Harrison <[email protected]>
|
|
|
|
|
|
| |
Java3d core code
Signed-off-by: Harvey Harrison <[email protected]>
|
|
|
|
|
|
|
| |
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]>
|
|
|
|
| |
Signed-off-by: Harvey Harrison <[email protected]>
|
|
|
|
|
|
| |
Preserve the old interface for backwards compatibility purposes.
Signed-off-by: Harvey Harrison <[email protected]>
|
|
|
|
|
|
|
|
| |
GeometryInfo::getIndexedGeometryArray
- fixes bug 642 in the java3d bugtracker
Signed-off-by: Harvey Harrison <[email protected]>
|
|
|
|
|
|
| |
- fixes bug 663 from the Java3d bugtracker
Signed-off-by: Harvey Harrison <[email protected]>
|
|
|
|
| |
Signed-off-by: Harvey Harrison <[email protected]>
|
|
|
|
|
|
| |
AutoOffScreenCanvas3D from j3dcore
Signed-off-by: Harvey Harrison <[email protected]>
|
|
|
|
| |
Signed-off-by: Harvey Harrison <[email protected]>
|
|
|
|
| |
Signed-off-by: Harvey Harrison <[email protected]>
|
|
|
|
|
|
|
|
| |
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]>
|
|
|
|
| |
Signed-off-by: Harvey Harrison <[email protected]>
|
|
|
|
|
|
| |
type make this safe
Signed-off-by: Harvey Harrison <[email protected]>
|
|
|
|
| |
Signed-off-by: Harvey Harrison <[email protected]>
|
|
|
|
|
|
|
| |
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]>
|
|
|
|
|
|
| |
We assume a baseline of Java 6 now where nio is always available.
Signed-off-by: Harvey Harrison <[email protected]>
|
|
|
|
|
|
|
|
| |
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]>
|
|
|
|
| |
Signed-off-by: Harvey Harrison <[email protected]>
|
|
|
|
| |
Signed-off-by: Harvey Harrison <[email protected]>
|
|
|
|
| |
Signed-off-by: Harvey Harrison <[email protected]>
|
|
|
|
| |
Signed-off-by: Harvey Harrison <[email protected]>
|
|
|
|
|
|
|
| |
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]>
|
|
|
|
| |
Signed-off-by: Harvey Harrison <[email protected]>
|
|
|
|
| |
Signed-off-by: Harvey Harrison <[email protected]>
|
|
|
|
| |
Signed-off-by: Harvey Harrison <[email protected]>
|
|
|
|
| |
Signed-off-by: Harvey Harrison <[email protected]>
|
|
|
|
|
|
|
| |
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]>
|
|
|
|
|
|
|
| |
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]>
|
|
|
|
|
|
|
| |
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]>
|
|
|
|
|
|
|
| |
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: 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]>
|
|
|
|
|
|
|
|
|
|
| |
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]>
|
|
|
|
|
|
|
|
|
|
| |
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]>
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/branches/dev-1_6@184 9497e636-51bd-65ba-982d-a4982e1767a5
|
|
|
|
| |
git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@178 9497e636-51bd-65ba-982d-a4982e1767a5
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Reviewed by: Kevin R.
git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@173 9497e636-51bd-65ba-982d-a4982e1767a5
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@165 9497e636-51bd-65ba-982d-a4982e1767a5
|
|
|
|
| |
git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@164 9497e636-51bd-65ba-982d-a4982e1767a5
|