//this script introduces a while loop
float $rotate = 6.5;
//int $int = 1;
//string $string = "pCube";
int $i = 1;
while ($i<50){
//duplicate, move and rotate
duplicate -rr;
move -r 0 -0.275236 0 ;
rotate -r -os 0 0 $rotate ;
//counts
$i = $i + 1;
}
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment