u/BuyerHonest8024

▲ 82 r/TechnicalArtist+1 crossposts

I'm currently trying to figure out the best way to handle weather transitions. Right now, it's controlled by a Float ('Current Weather') that reads a Vector curve (where -1 is snow and 1 is rain) to adjust the different weather weights.

The problem: Because it's on a single axis, transitioning directly between snow and rain means the value is forced to pass through 0 (clear weather). Does anyone have suggestions on a better logic approach for this?

u/BuyerHonest8024 — 16 days ago