You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First thing first, your work on this repo is amazing and gives great results.
I've noticed something, when you want to use a background color for the camera, the SSRT removes it and replace it with a black color.
This seems to be done in the GenerateCommandBuffers() function here :
First thing first, your work on this repo is amazing and gives great results.
I've noticed something, when you want to use a background color for the camera, the SSRT removes it and replace it with a black color.
This seems to be done in the
GenerateCommandBuffers()
function here :I've managed to pass the color of the camera by replacing this line by :
The text was updated successfully, but these errors were encountered: