Build Your Own Arcade Controls Forum

Main => Main Forum => Topic started by: PixelCloud on August 22, 2004, 05:52:56 pm

Title: Does anyone have a 3d model of...
Post by: PixelCloud on August 22, 2004, 05:52:56 pm
A push button (standard arcade buttont) and a happs super joystick

a lightwave object would be great if you had one...

thanks
Title: Re:Does anyone have a 3d model of...
Post by: JoyMonkey on August 22, 2004, 06:01:07 pm
You should be able to use Oscars autocad objects from here:
http://www.oscarcontrols.com/library

They're the only ones I know of. They should import into 3D Studio no problem, I'm not so sure about Lightwave (haven't used it since the Amiga days).
Title: Re:Does anyone have a 3d model of...
Post by: Robopede on August 22, 2004, 09:59:34 pm
Here's a crude Persistence of Vision definition for a  Happ Controls part number 58-9100-L:

#local Button = object { //Bottom of outer ring is Y = 0
   union {
      difference {
         union {
            torus {1.3/2 - .16, .16 sturm}
            cylinder {<0, 0, 0> <0, .16, 0> 1.3/2 - .16}
         } //union
         cylinder {<0, .01, 0> <0, .2, 0> .9/2}
         box {<-1, -1, -1> <1, 0, 1>}
      } //difference
      difference {
         union {
            torus {.87/2 - .1, .1 sturm}
            cylinder {<0, 0, 0> <0, .1, 0> .87/2 - .1}
            cylinder {<0, -.3, 0> <0, 0, 0> .87/2}
         } //union
         sphere {<0, .83, 0> .8} //Depression
         translate .22 * y
      } //difference
      cylinder {<0, .001, 0> <0, -2.47, 0> 1.1/2}
   } //union
   texture {pigment {color <170/255, 57/255, 39/255>} finish {reflection .1 phong .4 phong_size 60}}
} //object

The measurements are inches.

This is the definition I used to make the little purple button over there <---