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

Need to support depthBuffer request for renderToImage

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • fx2.0
    • fx2.0
    • javafx

      Currently we don't have a way to pass the depthBuffer flag from Window to support renderToImage.

      QuantumToolkit.java:
      1213 void draw(com.sun.prism.Graphics g, int w, int h) {
      1214 // TODO: get this from the ImageRenderingContext
      1215 // (this will be a problem since we don't necessasrily have a Window)
      1216 g.setDepthBuffer(PrismSettings.forceDepthBuffer);

      We will need some sort of additional interface.

            kprazdnikwse Kirill.Prazdnikov (Inactive)
            ckyang Chien Yang (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: