On 2/9/07, Recon <556recon@charter.net> wrote: > > > > What software package did you use to make these JPG's. Povray. I just hacked together a quickie, it's capable of stunningly realistic output, and it does surreal wondrefully. www.povray.org Here's the code that generates an "accelerometer" //Accelerometer X, object { union { cylinder { -1*x, 1*x, 0.125} // Long axis in X cone { 1*x, 0.2, 1.25*x, 0.0} // Adding pointy ends cone { -1*x, 0.2, -1.25*x, 0.0} disc { <0, 0, 0> x, 1, 0 } // The disc of insensitivity } texture { pigment { color rgb <1,0,0>} } // A very simple surface texture translate <0,0,1.5> // X,Y,Z Move it off center a bit rotate <0,45,45> // Rotation around X, Y, Z, applied after the translation } -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist