JDK-8123559 : [FX3D] PhongMaterial: SpecularColor and SpecularPower properties changes does not take any effect after first change.
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2013-05-28
  • Updated: 2015-06-17
  • Resolved: 2013-08-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8Fixed
Related Reports
Blocks :  
Description
Run this code.

Change specular color.All is ok.
But if you will try to change it again or change specular power, you will not see any effect.

Specular color works only in first time.
Comments
Target build: b104
13-09-2013

In b104
27-08-2013

SQE: verified.
26-08-2013

Affected tests: 3DAutomated/test/scenegraph/fx3d/shapes/BoxTest/specularColorMaximumTest 3DAutomated/test/scenegraph/fx3d/shapes/BoxTest/specularColorMinimumTest 3DAutomated/test/scenegraph/fx3d/shapes/CylinderTest/specularColorMaximumTest 3DAutomated/test/scenegraph/fx3d/shapes/CylinderTest/specularColorMinimumTest 3DAutomated/test/scenegraph/fx3d/shapes/MeshTest/specularColorMaximumTest 3DAutomated/test/scenegraph/fx3d/shapes/MeshTest/specularColorMinimumTest 3DAutomated/test/scenegraph/fx3d/shapes/SphereTest/specularColorMaximumTest 3DAutomated/test/scenegraph/fx3d/shapes/SphereTest/specularColorMinimumTest 3DAutomated/test/scenegraph/fx3d/subscene/shapes/SubSceneBoxTest/specularColorMaximumTest 3DAutomated/test/scenegraph/fx3d/subscene/shapes/SubSceneBoxTest/specularColorMinimumTest 3DAutomated/test/scenegraph/fx3d/subscene/shapes/SubSceneCylinderTest/specularColorMaximumTest 3DAutomated/test/scenegraph/fx3d/subscene/shapes/SubSceneCylinderTest/specularColorMinimumTest 3DAutomated/test/scenegraph/fx3d/subscene/shapes/SubSceneMeshTest/specularColorMaximumTest 3DAutomated/test/scenegraph/fx3d/subscene/shapes/SubSceneMeshTest/specularColorMinimumTest 3DAutomated/test/scenegraph/fx3d/subscene/shapes/SubSceneSphereTest/specularColorMaximumTest 3DAutomated/test/scenegraph/fx3d/subscene/shapes/SubSceneSphereTest/specularColorMinimumTest 3DAutomated/test/scenegraph/fx3d/lighting/MultipleLightingTest/lightBackfaceTest 3DAutomated/test/scenegraph/fx3d/lighting/MultipleLightingTest/mixedChangeAmbientColorTest 3DAutomated/test/scenegraph/fx3d/lighting/MultipleLightingTest/mixedLightTest
05-08-2013