3D Workspace
Home
Assets
Affiliate Program
Sign up/Log in
?
Upgrade
DCC Bridge
Anonymous1778957462
06-11 04:32
Model Name
peças de xadrez 3d
Tags
props
rendering
realistic
Prompt
// ===== CONFIG GLOBAL ===== $fn = 64; // Escala padrão (mm) base_d = 28; pawn_h = 32; bishop_h = 50; knight_h = 45; rook_h = 50; queen_h = 63; king_h = 70; // ===== BASE PADRÃO ===== module base_piece(h){ cylinder(d=base_d, h=6); translate([0,0,6]) cylinder(d=base_d*0.7, h=h-6); } // ===== PEÃO (MOMO / FURÃO DE FOGO) ===== module pawn(){ base_piece(pawn_h); translate([0,0,pawn_h]) sphere(d=10); } // ===== BISPO (TOPH / ZUKO / MAKO / BOLIN) ===== module bishop(){ base_piece(bishop_h); translate([0,0,bishop_h]) cylinder(d=8, h=10); translate([0,0,bishop_h+10]) sphere(d=10); } // ===== CAVALO (SOKKA / SUKI / LIN / SUYIN) ===== module knight(){ base_piece(knight_h); translate([0,0,knight_h]) rotate([0,0,15]) cube([10,6,15], center=true); } // ===== TORRE (APPA / NAGA) ===== module rook(){ base_piece(rook_h); translate([0,0,rook_h]) cylinder(d=18, h=10); } // ===== RAINHA (KATARA
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!