SubScene introduces a way for disjointed scene graphs to be viewed in a single scene, with different camera and root transform...
NodeOrientation behavior is not immediately clear, and should be defined and implemented.
Comments
Changeset: 89e222310cef
Author: Lubomir Nerad <lubomir.nerad@oracle.com>
Date: Thu Apr 04 10:32:39 2013 +0200
URL: http://jfxsrc.us.oracle.com/javafx/8.0/scrum/graphics/rt/rev/89e222310cef
Description: Fix for RT-29044: Resolve NodeOrientation behavior for SubScene
Unit tests added to:
javafx.scene.Node_effectiveOrientation_Test
javafx.scene.Node_hasMirroring_Test
05-04-2013
Letting SubScene-s to be included in the node orientation inheritance chain and having it auto mirrored seems to provide most consistent behavior.
05-04-2013
The SubScene code has not been checked into main line. Thus this fix depends on RT-26377