Table of Contents ▸ List of Commands ▸ 3D Meshes ▸ sub3d | ◀ streamline3d | subdivide3d ▶ |
sub3d | Built-in command |
Arguments:
- tx,_ty,_tz
Description:
Shift selected 3D objects with the opposite of specified displacement vector.(equivalent to shortcut command 3d).
Default values:
ty=tz=0.
Example of use:
sphere3d 10 repeat 5 { +sub3d[-1] 10,{u(-10,10)},0 color3d[-1] ${-rgb} } add3d
