Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Does anyone have a 3d model of...  (Read 958 times)

0 Members and 1 Guest are viewing this topic.

PixelCloud

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 95
  • Last login:April 26, 2005, 07:15:14 pm
  • I'm a llama!
Does anyone have a 3d model of...
« 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

JoyMonkey

  • Voodoo Wiki Master . . .
  • Wiki Master
  • Trade Count: (+5)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 2899
  • Last login:June 16, 2025, 09:16:27 pm
  • Candy is Dandy but Liquor is Quicker
    • JoyMonkey.com
Re:Does anyone have a 3d model of...
« Reply #1 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).

Robopede

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 61
  • Last login:October 18, 2004, 11:24:52 pm
  • 80's rule!
Re:Does anyone have a 3d model of...
« Reply #2 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 <---
Look inside and you will see
The dream is my reality