Table of Contents ▸ List of Commands ▸ 3D Meshes ▸ quadrangle3d | ◀ pyramid3d | random3d ▶ |
quadrangle3d
Arguments:
- x0,y0,z0,x1,y1,z1,x2,y2,z2,x3,y3,z3
Description:
Input 3D quadrangle at specified coordinates.Example of use:
quadrangle3d -10,-10,10,10,-10,10,10,10,10,-10,10,10 repeat 10 { +rotate3d[-1] 0,1,0,30 color3d[-1] ${-rgb},0.6 } add3d mode3d 2
