// Persistence Of Vision raytracer version 3.0 styling file. // a buncha cylinders, some torii, and a cylinder-Tallbike-001 // and here we make some pedals... //first made a long long time ago, updated for individual componentry //starting 05.14.09 //old version: /* #declare Pedals=union{box{<27.5, 3.5, 4.5><28.5,7, 7.5>} cylinder{<28,2.65,6>,<28,3.1,6>,.17} box{<17.5,-3.5,15>,<18.5,-7,18>} cylinder{<18,-2.65,16.5>,<18,-3.1,16.5>,.17} pigment {Black} } */ #declare APlasticPedal=union{difference{box{< -.5,-2,-1.5>,<.5,2,1.5>} box{< -.6,-1.85,-1.25>,<.6,1.85,1.25>} //and cut out the middle!! } //end our differences once and forever!! cylinder{<0,-1.9,0>,<0,1.9,0>,.36} //the axle's "cover" sphere{<0,2,0>,.36 scale y*.5} // that funky lump on the end... ?? cylinder{<0,0,0>,<0,-2.7,0>,.17} //trying to be the bolt? } //and close up the union, add your little bumpies before here!! #declare Pedals=union{object{APlasticPedal translate <28, 5.35, 6>} object{APlasticPedal rotate x*180 translate <18, -5.35, 16.5>} pigment {Black} }