Table of Contents ▸ List of Commands ▸ 3D Meshes ▸ rotate3d | ◀ reverse3d | rotation3d ▶ |
rotate3d | Built-in command |
Arguments:
- u,v,w,angle
Description:
Rotate selected 3D objects around specified axis with specified angle (in deg.).(equivalent to shortcut command r3d).
Example of use:
torus3d 100,10 repeat 7 { +rotate3d[-1] 1,0,0,20 } add3d
