JDK-8124372 : Near/far clip often doesn't work
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 8
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2013-05-03
  • Updated: 2015-06-17
  • Resolved: 2013-09-13
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 :  
Blocks :  
Blocks :  
Relates :  
Relates :  
Relates :  
Description
Per my quick tests, the clipping doesn't work for perspective camera with non-fixed-eye position and for parallel camera (both INTEL and NVIDIA).
Comments
Affected tests: 3DAutomated/test/scenegraph/fx3d/camera/PerspectiveCameraAsChildTest/nearClipTest 3DAutomated/test/scenegraph/fx3d/camera/PerspectiveCameraFixedEyeAsChildTest/complexClipTest 3DAutomated/test/scenegraph/fx3d/camera/PerspectiveCameraFixedEyeAsChildTest/farClipTest 3DAutomated/test/scenegraph/fx3d/camera/PerspectiveCameraFixedEyeAsChildTest/nearClipTest 3DAutomated/test/scenegraph/fx3d/camera/PerspectiveCameraFixedEyeIsolateTest/farClipTest 3DAutomated/test/scenegraph/fx3d/camera/PerspectiveCameraFixedEyeIsolateTest/nearClipTest 3DAutomated/test/scenegraph/fx3d/camera/PerspectiveCameraIsolateTest/farClipTest 3DAutomated/test/scenegraph/fx3d/camera/PerspectiveCameraIsolateTest/nearClipTest 3DAutomated/test/scenegraph/fx3d/camera/ParallelCameraIsolateTest/complexClipTest 3DAutomated/test/scenegraph/fx3d/camera/ParallelCameraIsolateTest/farClipTest 3DAutomated/test/scenegraph/fx3d/camera/ParallelCameraIsolateTest/nearClipTest 3DAutomated/test/scenegraph/fx3d/camera/ParallelCameraIsolateTest/translationTest 3DAutomated/test/scenegraph/fx3d/camera/ParallelCameraIsolateTest/rotationXTest 3DAutomated/test/scenegraph/fx3d/camera/ParallelCameraIsolateTest/rotationYTest 3DAutomated/test/scenegraph/fx3d/camera/ParallelCameraIsolateTest/rotationZTest 3DAutomated/test/scenegraph/fx3d/camera/ParallelCameraAsChildTest/complexClipTest 3DAutomated/test/scenegraph/fx3d/camera/ParallelCameraAsChildTest/farClipTest 3DAutomated/test/scenegraph/fx3d/camera/ParallelCameraAsChildTest/nearClipTest 3DAutomated/test/scenegraph/fx3d/camera/ParallelCameraAsChildTest/translationTest 3DAutomated/test/scenegraph/fx3d/camera/ParallelCameraAsChildTest/rotationTest 3DAutomated/test/scenegraph/fx3d/subscene/SubSceneMovableCameraTest/rotationParallelTest 3DAutomated/test/scenegraph/fx3d/subscene/SubSceneMovableCameraTest/translationParallelTest 3DAutomated/test/scenegraph/fx3d/subscene/SubSceneMovableCameraTest/complexParallelTest 3DAutomated/test/scenegraph/fx3d/camera/PerspectiveCameraAsChildTest/farClipTest
25-09-2013

Target build: b109
16-09-2013

We have completed the investigation that Near and Far clipping is working fine for the es2 pipe. There is still an outstanding issue for the d3d pipe where its Near clip appears to clip further away from the viewer. This will be fixed with RT-32880.
13-09-2013

I have verified that the near and far clips work on the es2 pipe but not on the d3d pipe.
10-09-2013