Table of Contents ▸ List of Commands ▸ 3D Meshes ▸ div3d | ◀ distribution3d | double3d ▶ |
div3d | Built-in command |
Arguments:
- factor or
- factor_x,factor_y,_factor_z
Description:
Scale selected 3D objects isotropically or anisotropically, with the inverse of specifiedfactors.
(equivalent to shortcut command /3d).
Default values:
factor_z=1.
Example of use:
torus3d 5,2 repeat 5 { +add3d[-1] 12,0,0 div3d[-1] 1.2 color3d[-1] ${-rgb} } add3d
