Table of Contents ▸ List of Commands ▸ 3D Meshes ▸ triangle3d | ◀ torus3d | volume3d ▶ |
triangle3d
Arguments:
- x0,y0,z0,x1,y1,z1,x2,y2,z2
Description:
Input 3D triangle at specified coordinates.Example of use:
repeat 100 { a:=$>*pi/50 triangle3d 0,0,0,0,0,3,{cos(3*$a)},{sin(2*$a)},0 color3d[-1] ${-rgb} } add3d
