Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8090790

Complete implementation of dirtyopts for SubScene

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 8
    • javafx
    • None

      Implement dirtyopts for SubScene scene graph. Currently SubScene only takes into account if its entire scene graph is dirty or not. If it is not dirty, but the SubScene needs to be repainted it will blit the last rendered result (RTT). Else it will render it's graph via root.render(graphics);

      Also SubScene implantation uncommented out the method BaseNode.isClean() in order to check if the NG graph is dirty. Please verify correctness.

            Unassigned Unassigned
            thor Thor Johannesson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Imported: