Skip to content

Conversation

@1Sekon
Copy link
Collaborator

@1Sekon 1Sekon commented Aug 10, 2025

  • Added new config, NL_RAIN_PARTICLE_OPACITY.
  • Change noise1D/2D/3D, and voronoise to using textures.
  • Using cloud and noise texture for rendering clouds.
    Screenshot_2025_0809_192146
    Screenshot_2025_0809_190844
    Screenshot_2025_0809_190512

- Added new config, NL_RAIN_PARTICLE_OPACITY

- Change noise1D/2D/3D, and voronoise to using textures

- Using cloud and noise texture for rendering clouds
Copy link
Collaborator

@xLynxiummcx xLynxiummcx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Been waiting for this feature

@devendrn
Copy link
Owner

Need to do compatibility test for Windows and iOS. Also need some benchmarks on whether this has any performance improvement.

I will review the changes after monday.

@1Sekon
Copy link
Collaborator Author

1Sekon commented Aug 17, 2025

So?

@devendrn
Copy link
Owner

How was this texture generated?

Didn't get any response for this.

@1Sekon
Copy link
Collaborator Author

1Sekon commented Aug 17, 2025

How the textures generated in the shader or how I generate the texture?

@devendrn
Copy link
Owner

How exactly you generated that texture asset?

@devendrn
Copy link
Owner

Also why has nobody tried to benchmark or test this feature for any performance improvements?

@1Sekon
Copy link
Collaborator Author

1Sekon commented Aug 17, 2025

How exactly you generated that texture asset?

I create a website that can generate noise texture from code, It's similar to newb glow previewer but previewing the noise as image instead and then that sampled image can be downloaded. In the texture that I provided, I make the voronoise in red channel, noise2D in blue channel, and noise1D in green channel only, I edited each individual noise texture using Photo Editor to remove unused color channels and merge all the noise textures in one texture.

@devendrn
Copy link
Owner

I would suggest using a more sophisticated noise texture to allow for wider rounded clouds. You can probably do this in the future.

@devendrn
Copy link
Owner

Also why has nobody tried to benchmark or test this feature for any performance improvements?

I need this if my approval is required.

@1Sekon
Copy link
Collaborator Author

1Sekon commented Aug 27, 2025

No one..

@ImNoobGuy
Copy link

should i?

@devendrn
Copy link
Owner

No one..

Of course, everyoneseems to be busy in this community.

@1Sekon you should work on your own projects instead of this. I don't think being a contributor to this repo will be worth your valuable time anymore. This repo will be dead soon.

@amgmamg
Copy link

amgmamg commented Sep 11, 2025

Compatibility test result: android and iOS fine, crash on every windows device, and by far most default features are fine except GALAXY has quality reduction, not sure about performance

@devendrn
Copy link
Owner

If this feature does not work with windows, I cannot accept this PR into main branch.

Easy way to check the performance is by rendering rounded cloud with very high step count, with this feature and without this feature. There would be some difference in FPS.

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

Successfully merging this pull request may close these issues.

6 participants