JDK-8108728 : Need to address Node.cache for 3D perspective camera rendering
Type:Bug
Component:javafx
Sub-Component:graphics
Affected Version:fx1.3
Priority:P3
Status:Closed
Resolution:Fixed
Submitted:2009-12-13
Updated:2015-06-16
Resolved:2011-07-25
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
Fixed. The doc. has been reworded and the implementation to disable caching has also been integrated.
25-07-2011
This wording is not enough and even incorrect: "Caching is disabled for nodes that use a 3D transform."
I can enable caching for node that is rotated around Y axis and it is cached. See RT-15152 for example.
Could you please clarify more precisely what kind of caching is disabled?
19-07-2011
Fixed.
Changeset: f9525474dfde
Author: Chien Yang <chien.yang@orcale.com>
Date: Wed Jun 15 01:19:26 2011 +0800
URL: http://jfxsrc.us.oracle.com/javafx/presidio/scrum/graphics/runtime/rev/f9525474dfde
14-06-2011
Need to add document in the same section as Effect, Opacity and Clip.
14-03-2011
Worst case scenario is to turn off caching if there is any 3D transform in node or its children (sub-tree).
27-02-2011
This is related to 3D semantics, so assign to Chien to verify whether this is even a bug.