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

FX 3D PointLight do not have attenuation

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Duplicate
    • P3
    • tbd
    • 8
    • javafx

    Description

      Intensity of the FX PointLights does not diminish with distance from the source. In other words a light far away has the same intensity as if close to object it is illuminating.

      In the physical world:
      Intensity = Power/(4*PI*d^2)

      But in GC I is sometimes expressed in terms of attenuation factors:
      const, linear, quadratic (cF, lF, qF)
      Attenuation Factor = 1/(cF+lF*d+qF*d^2)

      Where d is distance

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:
                Imported: