Description :
|
Twisted torus sweep. Using the nonagon model,
progressively rotate it ix edges around the z-axis (-R 0,0,ANG*6/9),
translate it 4 units along the x-axis (-T 4,0,0),
progressively rotate it 1 turn around the y-axis (-R 0,ANG,0).
Sweep using 30 steps. Displaying the models with antiview -t no_tri -x e
produces a smoother look to the surface.
View this model with the command
sweep_edges pol9 -n 30 -R 0,0,ANG*6/9 -T 4,0,0 -R 0,ANG,0 | antiview -t no_tri -x e
|
|