Search Issue Tracker
By Design
Votes
0
Found in [Package]
HDRP master 2021 09 03
Issue ID
1362805
Regression
No
[HDRP] In raytraced SSGI emissive object is way darker compared to Path trader or Rasterized version
Im not sure if this is a bug or limitation. Need verification
1) Open the scene Classroom notice the lamp is black
2) Switch to Path tracer or Rasterised SSGI
3) Notice the lamp is white
Expected result: Raytraced SSGI loosely matches the result of Pathtraced/Rasterised SSGI. Meaning the emissive lamp object is not black while RTSSGI is used.
Additional note: If you boost the intensity of the emissive material, it turns white but this should not be necessary
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note:
The object had an emissive part so the receive ssgi had to be unchecked, but then they non emissive part of the object couldn't receive RTGI. On more recent versions of the pipeline the receive ssgi toggle doesn't exist anymore so everything works as expected (pair tested with the QA).