Table of Contents ▸ List of Commands ▸ 3D Meshes ▸ spline3d | ◀ spherical3d | split3d ▶ |
spline3d
Arguments:
- x0[%],y0[%],z0[%],u0[%],v0[%],w0[%],x1[%],y1[%],z1[%],u1[%],v1[%],w1[%],_nb_vertices>=2
Description:
Input 3D spline with specified geometry.Default values:
nb_vertices=128.
Example of use:
repeat 100 { spline3d {u},{u},{u},{u},{u},{u},{u},{u},{u},{u},{u},{u},128 color3d[-1] ${-rgb} } box3d 1 primitives3d[-1] 1 add3d
