chunky-dev / chunky

A path tracer to create realistic images of your Minecraft worlds.
https://chunky-dev.github.io/docs
GNU General Public License v3.0
643 stars 76 forks source link

Use a ChoiceBox for water shader #1634

Closed Peregrine05 closed 10 months ago

Peregrine05 commented 11 months ago

Removed the Still water and Procedural water checkboxes and replaced them with a Water shader dropdown that contins options: SIMPLEX (default), LEGACY, and STILL. Also updated the persistent settings to support the new GUI. Scenes from older versions should have their water settings preserved when loaded.

New: image image image

Peregrine05 commented 10 months ago

The changes look good to me. :+1: