We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416332a commit e46d85dCopy full SHA for e46d85d
wiki/customization/Masks.md
@@ -66,7 +66,7 @@ Defines a **circular** area in the XZ plane. Optionally limited in height with `
66
type: circle
67
subtract: false
68
center-x: 0
69
- center-y: 0
+ center-z: 0
70
radius: 4000
71
72
# Optional:
@@ -84,7 +84,7 @@ Like the circle mask, but allows different radii for X and Z axes.
84
type: ellipse
85
86
87
88
radius-x: 4000
89
radius-z: 2000
90
@@ -137,7 +137,7 @@ render-mask: [
137
138
subtract: true
139
140
141
radius: 200
142
}
143
]
0 commit comments