Support for grouped rendered opacity?
Richard Bair
richard.bair at oracle.com
Tue Oct 9 09:51:30 PDT 2012
That should absolutely not be happening. In fact, it is explicitly the semantic of 2D opacity that we render the node into an image, and then apply the opacity to the image. So I don't know how the individual child node's opacity could be changing.
On Oct 9, 2012, at 1:44 AM, Randahl Fink Isaksen wrote:
> Is it possible to change the opacity of a rendered node tree rather than affecting the opacity of each individual node? When I am changing the opacity of a panel with multiple node children, what I am seeing is the individual opacities of each child node changing, which is not what I am aiming for.
>
> In one pane I am rendering a 3D house using multiple 2D shapes, and I wish to make the pane fade away by gradually decreasing its opacity; but when I alter the opacity of the pane, what I am seeing is the individual walls of the house becoming semitransparent revealing the geometry of the house. What I was hoping to achieve was to change the opacity of the *rendered* pane. Is that possible?
>
> Randahl
>
>
More information about the openjfx-dev
mailing list