-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b07
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8327399 | jfx22.0.1 | Nir Lisker | P4 | Resolved | Fixed | b07 |
JDK-8327047 | jfx22 | Nir Lisker | P4 | Resolved | Fixed | b30 |
A DESCRIPTION OF THE PROBLEM :
Page https://openjfx.io/javadoc/20/javafx.graphics/javafx/scene/paint/PhongMaterial.html should be updated in relation of existence of DirectionalLight and SpotLight light sources. In the color computation pseudo-code the line:
for each point light source i {
should be replaced with:
for each directional, point, and spot light source i {
Also, "See Also:" list should be extended with DriectionalLight and SpotLight links.
Page https://openjfx.io/javadoc/20/javafx.graphics/javafx/scene/paint/PhongMaterial.html should be updated in relation of existence of DirectionalLight and SpotLight light sources. In the color computation pseudo-code the line:
for each point light source i {
should be replaced with:
for each directional, point, and spot light source i {
Also, "See Also:" list should be extended with DriectionalLight and SpotLight links.
- backported by
-
JDK-8327047 Updated the PhongMaterial documentation
- Resolved
-
JDK-8327399 Updated the PhongMaterial documentation
- Resolved
- links to
-
Commit openjdk/jfx/3b925780
-
Commit openjdk/jfx/d9645730
-
Review openjdk/jfx/1385
-
Review(master) openjdk/jfx/1378
(1 links to)