Description :
|
Twisted torus sweep. Using the hexagon model,
progressively rotate it two edges around the z-axis (-R 0,0,ANG*2/6),
translate it 2 units along the x-axis (-T 2,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 pol6 -n 30 -R 0,0,ANG*2/6 -T 2,0,0 -R 0,ANG,0 | antiview -t no_tri -x e
|
|