SubScene introduces a way for disjointed scene graphs to be viewed in a single scene, with different camera and root transform...
This disjoint nature poses a challenge to css styles processing in particular:
- Style sheet changes do not migrate correctly from scene.getRoot() down to subScenes for example. While setUserAgentStylesheet works, getStylesheets().add(...) only affects nodes in a particular subscene.
This disjoint nature poses a challenge to css styles processing in particular:
- Style sheet changes do not migrate correctly from scene.getRoot() down to subScenes for example. While setUserAgentStylesheet works, getStylesheets().add(...) only affects nodes in a particular subscene.
- is blocked by
-
JDK-8102132 Implement SubScene
-
- Resolved
-