mirror of
git://projects.qi-hardware.com/ben-scans.git
synced 2024-11-22 10:30:36 +02:00
Solidified the bottom shell.
- sfy/bottom.sfy: assembly of the bottom shell - sfy/ben.pov: added the "bottom" part
This commit is contained in:
parent
dbc736089e
commit
03e6a54333
13
sfy/ben.pov
13
sfy/ben.pov
@ -8,7 +8,7 @@
|
|||||||
#include "baseframe.inc"
|
#include "baseframe.inc"
|
||||||
#include "kbd.inc"
|
#include "kbd.inc"
|
||||||
/* pcb */
|
/* pcb */
|
||||||
/* bottom */
|
#include "bottom.inc"
|
||||||
/* battery */
|
/* battery */
|
||||||
#include "batcvr.inc"
|
#include "batcvr.inc"
|
||||||
|
|
||||||
@ -97,13 +97,20 @@ object {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* pcb 0 <0, 0.75, 0.25> */
|
/* pcb 0 <0, 0.75, 0.25> */
|
||||||
/* bottom -10 <0, 0.5, 0.5> */
|
|
||||||
|
object {
|
||||||
|
Part_bottom
|
||||||
|
pigment { rgb <0, 0.5, 0.5> }
|
||||||
|
finish { Finish }
|
||||||
|
translate <0, 0, -10>
|
||||||
|
}
|
||||||
|
|
||||||
/* battery -20 <0, 0.25, 0.75> */
|
/* battery -20 <0, 0.25, 0.75> */
|
||||||
|
|
||||||
object {
|
object {
|
||||||
Part_batcvr
|
Part_batcvr
|
||||||
pigment { rgb <0, 0, 1> }
|
pigment { rgb <0, 0, 1> }
|
||||||
finish { Finish }
|
finish { Finish }
|
||||||
rotate <180, 0, 0>
|
rotate <0, 180, 0>
|
||||||
translate <0, 0, -30>
|
translate <0, 0, -30>
|
||||||
}
|
}
|
||||||
|
7
sfy/bottom.sfy
Normal file
7
sfy/bottom.sfy
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
http://projects.qi-hardware.com/index.php/p/ben-scans/source/tree/master/data/csv/ben-bottom-inside2-100um.txt.bz2
|
||||||
|
http://projects.qi-hardware.com/index.php/p/ben-scans/source/tree/master/data/csv/ben-bottom-outside2-100um.txt.bz2
|
||||||
|
1.6
|
||||||
|
5.725 0.0433959 -0.166334
|
||||||
|
178.809 -5.76551e-05 -0.0756439
|
||||||
|
19.125 0.088591 0.394999
|
||||||
|
-0 0 0
|
Loading…
Reference in New Issue
Block a user