Search Issue Tracker
Fixed in 2019.2.X
Fixed in 2019.1.X
Votes
0
Found in
2018.3.0a5
Issue ID
1061354
Regression
No
[PLM] Bounced light's color is not rendered
Steps to repro:
1. Open attached project and 's5' scene;
2. Let the scene auto-bake.
Expected result:
The shadow on the plane has blue'ish transmissive tint.
Actual result:
The shadow on the plane is black.
Notes:
- Reproducible in 2018.3.0a5, 2018.2.0f2, 2018.1.9f1;
- Reproducible on Windows 10;
- Not reproducible for Enlighten.
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
- [macOS] Editor window is not restored to previous position when launching the Editor and mouse cursor is on a different screen
- [Usability] Warning message in an Adaptive Probe Volume Component is not informative enough when Realtime Global Illumination is enabled
- Inspector for Adaptive Probe Volumes is not repainted when toggling Realtime Global Illumination setting in the Lighting Window
- Surface Inputs are not rendering when using the custom BaseShaderGUI
- Reflection Problem custom Cubemap loses its reference when HDR is enabled and the platform is switched
Resolution Note (fix version 2019.2):
The standard RLSL shader contained a stale line of code (from an early version of the code that had different logic concerning occlusion tests and refraction) because it that would block first indirect rays hitting transmissive objects. This line is removed now.