
albino grey seer 3d model
// ============================================= // Snarrflesh the Ample — Albino Grey Seer (Chibi) // @FwdKur — Warhammer Fantasy / Skaven OC // Units: mm | Scale: 1:1 chibi (≈70 mm tall) // ============================================= $fn = 64; // Smoothness // === COLORS (preview only) === c_fur = [1.0, 1.0, 1.0]; // Snow-white c_skin = [0.95, 0.9, 0.9]; // Pale pinkish c_robe = [0.7, 0.75, 0.8]; // Pale grey silk c_accent = [0.2, 0.6, 1.0]; // Blue warp glow c_horn = [0.9, 0.85, 0.7]; // Bone horn c_staff = [0.6, 0.4, 0.3]; // Dark wood/bone c_metal = [0.7, 0.7, 0.75]; // Runic rings c_lightning= [0.3, 0.7, 1.0]; // Crackling blue // === BODY (soft belly, straight posture) === module body() { color(c_fur) difference() { // Main torso + belly hull() { translate([0,0,18]) scale([1, 0.9, 1.1]) sphere(r=14); // chest translate([0,0,8]) scale([1.1, 1, 1]) sphere(r=16); // soft belly } //
v3.0-20250812









