JDK-8124164 : FX 8 3D: No need to do the implicit -1 (in Z) translation for eye position when fixedEyePosition is true
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2013-05-10
  • Updated: 2015-06-17
  • Resolved: 2013-05-10
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8Fixed
Related Reports
Blocks :  
Description
We shouldn't do the implicit -1 translation in Z on the eye position so that the projection plane is Z=0. This makes the new Camera model confusing and problematic. We should specify that the eye is fixed at (0, 0, 0) if there are no transforms anywhere on the camera.
Comments
SQE: verified in b104.
28-08-2013

Fixed. Changeset: cb6b52a7f0af Author: Chien Yang <chien.yang@orcale.com> Date: Fri May 10 10:07:46 2013 -0700 URL: http://jfxsrc.us.oracle.com/javafx/8.0/scrum/graphics/rt/rev/cb6b52a7f0af
10-05-2013