Geometry Nodes: Simulation Zone drawing updates #107043

Closed
Dalai Felinto wants to merge 5 commits from geometry-nodes-simulation-background into geometry-nodes-simulation

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

5 Commits

Author SHA1 Message Date
Dalai Felinto c202e47ed0 Simulation Zones: Draw background when alpha = 0.0 2023-04-18 11:30:56 +02:00
Dalai Felinto 05a02b00a3 Simulation Zones: Make the round corners smaller
There is no reason to make them not match the nodes and Frame radius.
2023-04-18 11:30:56 +02:00
Dalai Felinto 43344af260 Simulation Zones: Draw the countours on top
Since we now draw the zones fully opaque, we need to make sure a zone
can't hide another one that may be inside it.
2023-04-18 10:41:18 +02:00
Dalai Felinto 6b9deddbe9 Simulation Zones: Use smooth lines for the countour 2023-04-18 10:30:06 +02:00
Dalai Felinto 3b31efa3f1 Geometry Nodes: Set Simulation Zone background color
There is no more real transparency. Right now we use the alpha to blend between
the background and the zone color. This way they don't look darker when
they overlap.

See #106810
2023-04-17 17:04:43 +02:00