Table of Contents ▸ List of Commands ▸ 3D Meshes ▸ point3d | ◀ plane3d | pointcloud3d ▶ |
point3d
Arguments:
- x0,y0,z0
Description:
Input 3D point at specified coordinates.Example of use:
repeat 1000 { a:=$>*pi/500 point3d {cos(3*$a)},{sin(2*$a)},0 color3d[-1] ${-rgb} } add3d
