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

Fix y clipping defaults #1741

Open leMaik opened 2 months ago

leMaik commented 2 months ago

We very frequently get questions about chunks seemingly not loading due to y clipping not being set correctly.

The problem could be the default values that are saved as a persistent setting – we should drop them imho. Instead, we should always use the values specified in the map view to avoid surprises.

Examples:

Peregrine05 commented 2 months ago

It seems to be the case that if the chunks are loaded before the Scene tab is opened, it uses [0, 256] as the Y range. But, if you first open the Scene tab, then the values are set properly.