-
Notifications
You must be signed in to change notification settings - Fork 849
- Updated the recursive rendering documentation (case 1338639). #4759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still better than nothing :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested a change to the new content :)
@@ -4,6 +4,8 @@ This feature is a replacement pipeline for rendering Meshes in the High Definiti | |||
|
|||
The smoothness of a Material does not affect the way a ray reflects or refracts, which makes this rendering mode useful for rendering multi-layered transparent GameObjects. | |||
|
|||
If the ray-traced object is further than the maximal ray length defined in the volume component, the color of the sky is displayed. To solve this, increase the value of the maximal ray length. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HDRP might display the sky color instead of a GameObject that has ray tracing applied. This happens when the GameObject is further away from the Camera than the Max Ray Length value set in the volume component. To make the GameObject appear correctly, increase the value of the Max Ray Length property.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it's unambiguous that HDRP returns the color of the sky in this case, remove "might".
waiting for update |
@sebastienlagarde review fixes done |
review done, merging |
https://fogbugz.unity3d.com/f/cases/1338639/
After a deeper investigation, it is not really possible to have a fallback for this the way I thought. I will mention it in the documentation, the only option right now is to increase the ray length.