2° Periodo
Nota 1 Animal creado en OPENSCAD
// Miguel y Daniel
color ("Silver") translate([0, 0, 20]) sphere(r=20);
color ("Silver") translate([0, 0, 50]) sphere(r=15);
color ("Silver") translate([-15, 0, 60]) sphere(r=6);
color ("Silver") translate([15, 0, 60]) sphere(r=6);
color ("Silver") translate([-10, 0, 5]) rotate([90, 0, 0]) cylinder(h=20, r=5);
color ("Silver") translate([10, 0, 5]) rotate([90, 0, 0]) cylinder(h=20, r=5);
color ("Silver") translate([-25, 0, 35]) rotate([0, 90, 0]) cylinder(h=15, r=4);
color ("Silver") translate([10, 0, 35]) rotate([0, 90, 0]) cylinder(h=15, r=4);
color("black") translate([-5, -14, 55]) sphere(r=2); color("black") translate([5, -14, 55]) sphere(r=2);
color("black") translate([0, -14, 50]) scale([1, 1.5, 1]) rotate([90, 0, 0]) cylinder(h=2, r=2.5);
//Alejandro y Dylan
color("brown")sphere(20); rotate([0,90,0])color("orange")cylinder(30,10,1); translate([15,12,10])color("white")sphere(2); translate([15,-12,10])color("white")sphere(2); color("yellow")cylinder(20,2,20); translate([5,8,-20])color("yellow")cylinder(10,5,5); translate([5,-8,-20])color("yellow")cylinder(10,5,5);
//Valery Victoria y Maria Jose
color("yellow")sphere(20); translate([0,0,15])color("orange")cylinder(10,12); translate([10,10,15])color("Black")sphere(3); translate([-10,-10,15])color("Black")sphere(3); color("orange")translate([10,0,0])rotate([45,90,0])cylinder(30,3,3); color("orange")translate([-10,-5,0])rotate([45,90,0])cylinder(40,3,3); translate([10,10,-13])color("yellow")cube([20,3,20]); translate([-30,-10,-13])color("yellow")cube([20,3,20]);
Animación
translate ([10*sin($t*360), 10*sin($t*360), 10])
rotate ([0, 10*sin($t*360), 10])sphere(20);
rotate ([($t*2), ($t*360),]) cube(20,center=true);
VACIOS
linear_extrude(800,twist=360)
translate([0,0,0])
text("jaime");
rotate_extrude($fn=6)
translate([20,0,0])
circle(3,$fn=6);