On Mac lighting ignores PointLight setting

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • fx2.1
    • Affects Version/s: fx2.0, fx2.0.2
    • Component/s: javafx
    • Environment:

      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

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

              Created:
              Updated:
              Resolved:
              Imported: