3D Workspace
Home
Assets
Affiliate Program
Sign up/Log in
?
Upgrade
DCC Bridge
3D Creation Made Simple
Text & Image to 3D Model in seconds
One-Click Texturing & Smart Detail Editing
Free Credits Monthly
Start Free
Anonymous1772441488
03-02 09:33
Model Name
gundam robot 3d model
Tags
machine
rendering
realistic
Prompt
// --- EMO FULL BODY MASTER SCRIPT --- $fn = 100; // PART CHOOSE KAREIN: "front_head", "back_head", "leg_left", "leg_right" part = "front_head"; // --- DIMENSIONS --- h_w = 92; h_h = 82; h_d = 40; leg_w = 40; leg_h = 60; // Pairon ka size // --- MODULES --- // 1. FRONT HEAD (Chehra) if (part == "front_head") { difference() { hull() { // Curved Shape for(x=[-1,1], y=[-1,1], z=[-1,1]) translate([x*(h_w/2-18), y*(h_d-18), z*(h_h/2-18)]) sphere(r=18); } // Hollow space (Andar ki jagah) scale([0.93, 0.9, 0.93]) hull() { for(x=[-1,1], y=[-1,1], z=[-1,1]) translate([x*(h_w/2-18), y*(h_d-18), z*(h_h/2-18)]) sphere(r=18); } // Display Window (240x240 LCD ke liye) translate([0, -h_d-5, 0]) cube([76, 20, 66], center=true); // Camera Hole translate([0, -h_d-5, 25]) rotate([90,0,0]) cylinder(h=20, r=4); } } // 2. BACK HEAD (Pichla Hissa + Servo Mount) if (part == "back_head") { difference() { rotate([0,0,180]) hull() { for(x=[-1,1], y=[-1,1], z=[-1,1]) translate([x*(h_w/2-18), y*(h_d-18), z*(h_h/2-18)]) sphere(r=18); } // Neck Pivot (Gardan jodne ke liye) translate([0,0,-h_h/2]) cylinder(h=30, r=15, center=true); } // MG90S Internal Mount (Inside back shell) translate([0, 10, -20]) difference() { cube([30, 15, 10], center=true); cube([23, 12.5, 12], center=true); // Servo slot } } // 3. LEGS (Pair - Servo Fitting ke saath) if (part == "leg_left" || part == "leg_right") { difference() { hull() { // Foot Shape cube([leg_w, 50, 10], center=true); translate([0,0,20]) cube([20, 20, 40], center=true); } // Servo Slot for Ankle (MG90S) translate([0,0,15]) cube([12.5, 23, 20], center=true); } }
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!