on-xz
on-xz()
Draw elements on the xz-plane with optional y offset.
All vertices of all elements will be changed in the following way: , where is the y-value given as argument.
on-xz({
rect((-1, -1), (1, 1))
})
on-xz()
Draw elements on the xz-plane with optional y offset.
All vertices of all elements will be changed in the following way: , where is the y-value given as argument.
on-xz({
rect((-1, -1), (1, 1))
})