Skip to content
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

Custom Noise (somehow) #4

Open
sinaSPOGames opened this issue Oct 10, 2024 · 1 comment
Open

Custom Noise (somehow) #4

sinaSPOGames opened this issue Oct 10, 2024 · 1 comment

Comments

@sinaSPOGames
Copy link

is it possible to set a custom Noise as input? i know the Noise is Hard Coded into the the compute shader but is theres anyway to manipulate that? because i want to Do some changes like making it so half side of the sky is cloudy and the other side is less cloudy so i can mimic the incoming storm or heavy rain?

@clayjohn
Copy link
Owner

Sure, just swap out the noise texture with your custom noise and the shader will use it.

For effects that just impact part of the sky, you can modify the weather texture (for example to change the cloud height or density in a specific region)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants