I've added the following code to MeshViewer.java file:
case " ":
root.getChildren().add(new Button("Button"));
break;
so that when you press spacebar a button is added to the scene root and immediately lightning changes in D3D pipeline. See attached images.
case " ":
root.getChildren().add(new Button("Button"));
break;
so that when you press spacebar a button is added to the scene root and immediately lightning changes in D3D pipeline. See attached images.
- duplicates
-
JDK-8123838 FX 8 3D : BackgroundFill with a Color object creates a weird blending result on Windows
-
- Resolved
-
- relates to
-
JDK-8117753 Depth testing no longer works on 3D elements on the primaryStage after bringing up a second stage with 2D UI controls
-
- Resolved
-
-
JDK-8123345 Weird black shadows in d3d on Windows
-
- Closed
-
-
JDK-8123706 Menu now breaks 3D rendering of nodes(build 94 issue)
-
- Closed
-
-
JDK-8092272 [D3D 3D] Need a robust 3D states management for texture
-
- Open
-