
robô fofo 3d
// ========================================== // BONEQUINHA NANE — Família // Altura: ~40mm | Peça única | Sem base // ========================================== escala = 10; $fn = 28; module boneca_nane() { // ---------------- CORPO + BLUSA ---------------- translate([0, 0, 16]) rotate([90,0,0]) scale([1, 0.9, 1.1]) sphere(r=7); // GOLA translate([0, -1.5, 21]) rotate([90,0,0]) scale([2.5, 1.5, 1]) sphere(r=2.2); // ---------------- CABEÇA + ROSTO ---------------- translate([0, 0, 26]) sphere(r=8.2); // OLHOS translate([-4.2, 4.8, 28.5]) sphere(r=1.3); translate([ 4.2, 4.8, 28.5]) sphere(r=1.3); // BRILHO NOS OLHOS translate([-3.8, 5.2, 29.2]) sphere(r=0.45); translate([ 4.6, 5.2, 29.2]) sphere(r=0.45); // SORRISO translate([0, 6.8, 25.8]) rotate([80,0,0]) scale([5.5, 1, 1.8]) sphere(r=1); // ---------------- CABELO PRETO ---------------- // Volume principal translate([0, -1.2, 26]) scale([1.45, 1.35, 1.3]) sphere(r=8.2); // Mechão da frente translate([0, 7.2, 31]) sphere(r=
4K·PBR·v3.1-20260211









