Skip to content

Commit e46d85d

Browse files
committed
Fix circle-mask documentation using center-y instead of center-z config
1 parent 416332a commit e46d85d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wiki/customization/Masks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Defines a **circular** area in the XZ plane. Optionally limited in height with `
6666
type: circle
6767
subtract: false
6868
center-x: 0
69-
center-y: 0
69+
center-z: 0
7070
radius: 4000
7171
7272
# Optional:
@@ -84,7 +84,7 @@ Like the circle mask, but allows different radii for X and Z axes.
8484
type: ellipse
8585
subtract: false
8686
center-x: 0
87-
center-y: 0
87+
center-z: 0
8888
radius-x: 4000
8989
radius-z: 2000
9090
@@ -137,7 +137,7 @@ render-mask: [
137137
type: circle
138138
subtract: true
139139
center-x: 0
140-
center-y: 0
140+
center-z: 0
141141
radius: 200
142142
}
143143
]

0 commit comments

Comments
 (0)