-
Bug
-
Resolution: Fixed
-
P3
-
8
The is3DSupport() for ES2 and D3D pipes simply return true. This is okay if we plan to support 3D on all platforms that are PS 3 capable. However we are not ready to support 3D on the embedded platform. Some of this platforms may be PS 3 capable but have other limitations such as NPOT.
We also need to define a new property, javafx.embedded.enable3D or similar, which will cause the ConditionalFeature.SCENE3D to report true if it set to true and the device supports ES2 rendering.
We also need to define a new property, javafx.embedded.enable3D or similar, which will cause the ConditionalFeature.SCENE3D to report true if it set to true and the device supports ES2 rendering.
- blocks
-
JDK-8103035 Prism must not attempt to render any 3D primitives or 3D transforms primitives if SCENE3D is not supported
-
- Resolved
-
- is blocked by
-
JDK-8102978 Cleanup unused properties and methods that were once used for embedded (TV) support
-
- Resolved
-