JDK-8101228 : Camera Style Transform
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: fx2.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2011-06-08
  • Updated: 2015-06-16
  • Resolved: 2013-01-23
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.
JDK 8
8Resolved
Related Reports
Duplicate :  
Relates :  
Description
Performing transforms such as zooming and movement from the perspective of a camera can be done with Group, but it takes more effort. Since this sort of thing is quite common in games, having some sort of CameraView class would be very helpful.
Comments
Closing this as a duplicate of the more general issue to support movable cameras. As of FX 8, the Camera class will extend node and can be placed in the Scene and manipulated with transforms on the Camera or on a Group node above the camera.
23-01-2013

Consider post-2.0
08-06-2011