Currently after https://bugs.openjdk.org/browse/JDK-8295485 and https://bugs.openjdk.org/browse/JDK-8301597 we can see 3D primitives getting drawn. But since we dont have any light support we can't see 3D constructs of the primitve.
By default JavaFX adds single point light as default light. Implement the same as first step in 3D lightning support in Metal.
By default JavaFX adds single point light as default light. Implement the same as first step in 3D lightning support in Metal.
- blocks
-
JDK-8302048 Light and Camera implementation
- Resolved