Table of Contents ▸ List of Commands ▸ 3D Meshes ▸ color3d | ◀ circles3d | colorcube3d ▶ |
color3d
Arguments:
- R,_G,_B,_opacity
Description:
Set color (and optionally opacity) of selected 3D objects.(equivalent to shortcut command col3d).
Default values:
B=G=R and opacity=(undefined).
Example of use:
torus3d 100,10 repeat 7 { +rotate3d[-1] 1,0,0,20 color3d[-1] ${-rgb} } add3d
