-
Bug
-
Resolution: Duplicate
-
P3
-
fx2.0
J2D doesn't support 3D yet, including 3D transforms, perspective camera, and now depth testing.
Currently in some cases we throw UnsupportedOperationException, but this needs to be fixed. The spec says that we should just silently ignore any 3D attributes -- see javafx.application.ConditionalFeature. Unless we fix this, we will have 3D apps that work on most systems and then fail with an exception when run on a system without HW prism support.
Additionally, Platform.isSupported(ConditionalFeature.SCENE3D) needs to return false for j2d pipeline
Currently in some cases we throw UnsupportedOperationException, but this needs to be fixed. The spec says that we should just silently ignore any 3D attributes -- see javafx.application.ConditionalFeature. Unless we fix this, we will have 3D apps that work on most systems and then fail with an exception when run on a system without HW prism support.
Additionally, Platform.isSupported(ConditionalFeature.SCENE3D) needs to return false for j2d pipeline
- relates to
-
JDK-8113188 The prism-j2d pipe needs to gracefully handle 3D fallback
-
- Closed
-
-
JDK-8113888 Since build 32 -> Fallback to Prism SW pipeline !
-
- Closed
-