JDK-8099456 : Create "Perspective Transformation Node" in the scene graph
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: graphics
  • Priority: P2
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2008-12-06
  • Updated: 2015-06-16
  • Resolved: 2009-07-23
Related Reports
Blocks :  
Description
When looking at the perspective transform effect I realized it is nothing less than the stuff Adobe presents as 2.5D or "postcards in space" feature of Flash 10. The only difference is in Flash the API is way more user friendly and nicely high-level, whereas out API is quite low-level and does not have the necessary visibility. Therefore I suggest to create a special node in the scene graph (perhaps extending a group), which would allow to easily project the content of that node using perspective transform. The APIs of the node should think rather in x/y/z rotation variables than in the direct mapping we have in the perspective effect.

It would be great to have this ASAP and since all the implementation already exists and we need to just create a nice and usable API around it, it would be awesome to get this to Franca. Nevertheless Marina would work as well. 
Comments
Since this will be covered by RT-3575 I am marking it as a dup.
23-07-2009

This is dependent on the 3D transform work that will go into a post-Marina release. Setting target for SoMa.
07-04-2009

This is planned as part of the minimal 3D work for Marina.
15-01-2009

We'll consider this for Marina (any new features are out of scope for Franca).
08-12-2008