-
Notifications
You must be signed in to change notification settings - Fork 3
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
Particles turn grey when it rains #74
Comments
That's an intentional change. Look closely at rain drops in the real world. You'll notice they don't look blue, but are rather gray-ish. But why does sea look blue then? This is because when a ray of white light goes through a thick body of water, red and green light will be absorbed by water, and only blue light will pass through. The same effect would theoretically happen while going through a rain drop, the effect isn't noticeable to human eyes because of the amount of absorbed energy being too low. In the vanilla Minecraft, rain drops are indeed very blue-ish. I found it too unrealistic and ugly, which is why I changed it. |
Oh wait, your point is that every particle turn gray, not only rain drops? That's indeed a bug which is currently unfixable. I think there's already a ticket for that. The problem is that the game engine doesn't tell the particle shader about the type of particle to be rendered. The shader can't tell rain drops from torch smoke for this reason. |
Nope, there doesn't seem to exist. Reopening. |
Hi. |
all particles from raining and the rain itself turn grey when it’s raining
The text was updated successfully, but these errors were encountered: