JDK-8099885 : Prism and 3D: gradient support for perspective rendering
  • Type: Sub-task
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: fx1.3
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2009-12-13
  • Updated: 2015-06-16
  • Resolved: 2011-01-12
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.

To download the current JDK release, click here.
Other
fx2.0Fixed
Description
With this partial fix LinearGradient, RadialGradient and ImagePattern are now able to handle 3D Transform. I've verified that 2D transform will work as before, and some slight 3D transform will look okay (see test program in toys/Gradient). The remaining task now is to teach shader to 3D transform. Given the time constraints that we are in, Joe is probably the best person for this shader task. I'll be transferring the remaining task to him. Thanks Joe!

Changeset:  70d54e1dc3b3
Author:     Chien Yang <chien.yang@oracle.com>
Date:       Mon Dec 06 14:31:50 2010 -0800
URL:        http://jfxsrc.sfbay.sun.com/javafx/presidio/scrum/graphics/runtime/rev/70d54e1dc3b3


Comments
http://javaweb.sfbay.sun.com/~ja234898/webrevs/presidio/Gradients3D/ fix for 3d gradients
13-01-2011

This was fixed last week.
12-01-2011

This feature requires investigation on implementation technique.
05-02-2010