Table of Contents ▸ List of Commands ▸ 3D Meshes ▸ line3d | ◀ light3d | lines3d ▶ |
line3d
Arguments:
- x0,y0,z0,x1,y1,z1
Description:
Input 3D line at specified coordinates.Example of use:
repeat 100 { a:=$>*pi/50 line3d 0,0,0,{cos(3*$a)},{sin(2*$a)},0 color3d. ${-rgb} } add3d
