3D Workspace
Home
Assets
Affiliate Program
Creator Program
Sign up/Log in
?
Upgrade
DCC Bridge
Anonymous1782060464
06-21 16:57
Model Name
white pc case 3d model
Tags
machine
rendering
realistic
Prompt
// White Gaming PC Build - Simple 3D Model (OpenSCAD) // Open in OpenSCAD and press F5 (preview) or F6 (render) $fn = 50; // ===================== // PC CASE (WHITE) // ===================== module case() { color("white") cube([420, 210, 450]); } // ===================== // MOTHERBOARD // ===================== module motherboard() { color("green") translate([30, 40, 200]) cube([300, 5, 250]); } // ===================== // GPU (RX 6700 XT STYLE) // ===================== module gpu() { color("black") translate([80, 60, 250]) cube([280, 40, 60]); } // ===================== // CPU COOLER // ===================== module cpu_cooler() { color("gray") translate([150, 110, 270]) cylinder(h=60, r=40); } // ===================== // RAM // ===================== module ram() { color("black") for (i = [0:1]) { translate([170 + i*18, 45, 260]) cube([10, 5, 60]); } } // ===================== // PSU // =====================
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!