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