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
- StackOverflowException occurs and tests fail to load when the Test Runner window is opened while System.Windows.Forms.dll and System.Deployment.dll are present in the project
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
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).