-
Notifications
You must be signed in to change notification settings - Fork 23
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
Changing clouds and sky resolution (simple color) make clouds disappear on runtime #12
Comments
Hello, you need reload scene. Close the scene and open it again. |
I think this is very good as it is. But I stopped using scatter because of performance (even without godrays). One thing that I think is cool as you think about improving it is beyond the fog that I recommended in the other topic is to change the color of the horizon if it is cloudy, it makes more sense for it to be grayed out like the day. |
@marcosn41 I see what you mean. Desaturate the sky if there is a large cloud cover. I do this for the overall camera view. Slightly discolor the entire image. I'll try to work on it this weekend. I didn't want to do this, since the clouds and the sky itself are in different shaders. Therefore, the sky does not have access to the cloud value and it will need to be passed separately. `
`
|
Hey, i put simple color sky on scene, change cloud resolution and sky resolution then or sky go to grey completly or on run time clouds disappears.
The text was updated successfully, but these errors were encountered: