ortho
ortho()
Set-up an orthographic projection environment.
This is a transformation matrix that rotates elements around the x, the y and the z axis by the parameters given.
By default an isometric projection (x ≈ 35.264°, y = 45°) is set.
ortho({
on-xz({
rect((-1,-1), (1,1))
})
})
"ccw"
for counter-clockwise. Polygons of the specified order will not get drawn.