NodotProject / nodot

A video game node library for Godot 4
https://nodotproject.github.io/nodot/
MIT License
329 stars 11 forks source link

Rain3d and Snow3d #118

Closed krazyjakee closed 1 year ago

krazyjakee commented 1 year ago

Introduces two new effects, Rain3D and Snow3D.

The Rain3D effect creates a raindrop particle system with customizable parameters such as texture, color, amount, and size. It adds a visually appealing rain effect to our scenes.

The Snow3D effect creates a snowflake particle system with similar customizable parameters. It adds a basic snowfall effect to our scenes.

Closes #67 and #68