Search Issue Tracker
By Design
Votes
0
Found in [Package]
7.6.0
Issue ID
1347002
Regression
No
[HDRP] Completely black specular color and base color still reflects specular light at an angle
Reproduces in both the Shadergraph and handwritten versions of the HDRP Lit shader.
Repro steps:
1. Create a material, set the shader to HDRP/Lit
2. Set the Material Type to "Specular Color"
3. Set the base map color to black
4. Set the specular color to black
5. Set the smoothness to 0.8
6. Put the material on a sphere in the scene
7. Move the camera around the sphere
Expected result: the specular highlight is completely black (not visible)
Actual result: the specular reflected light is bright white when the light is reflected at an angle (see attached image)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shader Graph Swizzle Node Input/Output and Mask Update Incorrectly After Undo
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
- No Icons are used for the Entry and Exit States in the Inspector when selected in an Animator Controller
- Crash on PlayerMain(int, char const**) when exiting Standalone Player with a Particle System in the Scene
- No Icon is used for the Runtime Animator Controller Type in a Search Window when assigning an Animator Controller in the Animator Component
Resolution Note:
Specular occlusion can be used to kill the indirect specular lighting, but direct specular even with a spec of zero will have fresnel effect.