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

FX 8 3D: dirtyopts doesn't work for 3D rendering

    XMLWordPrintable

Details

    Description

      Currently we need to set prism.dirtyopts=false for 3D to render correctly. At present, pretty much all 3D programs have this property set to false in the main block as a temporary workaround:

         public static void main(String[] args) {
             System.setProperty("prism.dirtyopts", "false");
             launch(args);
         }

      However, with the switch to JDK8, this code no longer get executed. We need to fix this bug sooner than later.

      Attachments

        Issue Links

          Activity

            People

              ckyang Chien Yang (Inactive)
              ckyang Chien Yang (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported: