Date:2010-09-27 17:28:31 (12 years 11 months ago)
Author:Werner Almesberger
Commit:03e6a5433396e123a8c3bab23778e36c5a160ab1
Message:Solidified the bottom shell.

- sfy/bottom.sfy: assembly of the bottom shell
- sfy/ben.pov: added the "bottom" part
Files: sfy/ben.pov (2 diffs)
sfy/bottom.sfy (1 diff)

Change Details

sfy/ben.pov
88#include "baseframe.inc"
99#include "kbd.inc"
1010/* pcb */
11/* bottom */
11#include "bottom.inc"
1212/* battery */
1313#include "batcvr.inc"
1414
...... 
9797}
9898
9999/* pcb 0 <0, 0.75, 0.25> */
100/* bottom -10 <0, 0.5, 0.5> */
100
101object {
102    Part_bottom
103    pigment { rgb <0, 0.5, 0.5> }
104    finish { Finish }
105    translate <0, 0, -10>
106}
107
101108/* battery -20 <0, 0.25, 0.75> */
102109
103110object {
104111    Part_batcvr
105112    pigment { rgb <0, 0, 1> }
106113    finish { Finish }
107    rotate <180, 0, 0>
114    rotate <0, 180, 0>
108115    translate <0, 0, -30>
109116}
sfy/bottom.sfy
1http://projects.qi-hardware.com/index.php/p/ben-scans/source/tree/master/data/csv/ben-bottom-inside2-100um.txt.bz2
2http://projects.qi-hardware.com/index.php/p/ben-scans/source/tree/master/data/csv/ben-bottom-outside2-100um.txt.bz2
31.6
45.725 0.0433959 -0.166334
5178.809 -5.76551e-05 -0.0756439
619.125 0.088591 0.394999
7-0 0 0

Archive Download the corresponding diff file

Branches:
master



interactive