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

On Mac lighting ignores PointLight setting

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • fx2.1
    • fx2.0, fx2.0.2
    • javafx
    • mac os, presidio b07

      next code doesn't add PointLight to the Lighting effect on mac:

      Lightning l = new Lighting() {{
                      setLight(new PointLight() {{
                                  setX(70);setY(120);setZ(10);
                       }});
      }};

      screenshots attached

            flar Jim Graham
            sgrinev Sergey Grinev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: