fix(tabletop): tilt cards uniformly about the y axis
Apply the same tilt to every stacked part and rotate it about its local Y axis instead of Z. Default tilt to 1 degree when a stacking strategy is present, and arc the poker deck along the surface's bottom edge.
This commit is contained in:
@@ -103,12 +103,11 @@ layout:
|
||||
y: 0
|
||||
rotation: 0
|
||||
stacking:
|
||||
curve: M 0 0 C 20 -20 40 -20 60 0
|
||||
limit: 0
|
||||
align: center
|
||||
tilt: 0.015
|
||||
zStart: 0
|
||||
zEnd: 10
|
||||
#zEnd: 100
|
||||
tilt: 1
|
||||
curve: M -50 -200 C 50 -150 450 -150 550 -200
|
||||
- route: /community/:slot
|
||||
candidates:
|
||||
$variants: ./community.csv
|
||||
|
||||
Reference in New Issue
Block a user