-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcamera.scad
More file actions
34 lines (20 loc) · 1.54 KB
/
camera.scad
File metadata and controls
34 lines (20 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Open SCAD////////////////////////////////////////////////////////
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
date started:
date finishe:
modeler:
copyright:
*/
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////parameters//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////renders/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
color("blue")
translate([0,0,15])
rotate([90,0,0])
cylinder(20,12,10);
color("silver")
translate([-25,0,0])
cube([50,20,30]);
translate([17.5,10,30])
scale([1.5,1,.5])
sphere(5);
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////modules//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////