This project uses a Wii Nunchuck and Arduino to controls 3D Studio Max.
“A good way to control objects in 3DS is to use the track view to assign different type of controllers to the various properties of the object you want to control. For instance, if you want to have small vibrations on the tip of a bird’s wing, you can use a Noise Controller. For this setup, I used the Motion Capture controller.
3DS can use different inputs to allow motion capture : Mouse, Keyboard, Joystick or MIDI. I wanted to use some kind of “translation” in processing to emulate a HID device, but it seems to be impossible… So I used MIDI.
Here’s my setup under windows :
- Arduino using a WiiChuck adapter from todbot (thanks kurt ^^) and the WiiChuck library from Tim Hirzel
- Data sent to Processing via serial connection and translated to MIDI CC messages using the proMIDI library by Christian Riekoff
- MIDI output from processing sent to midiYoke
- midiYoke sends this data to Ableton Live
- Ableton re-sends the CC messages to midiYoke
- Using Float Motion Capture controllers on 3D Studio Max to rotate the objects according to the pitch and roll of the wiichuck…”
[…] Link // Cache-busting and pageid values var random = Math.round(Math.random() * 100000000); if (!pageNum) var pageNum = Math.round(Math.random() * 100000000); document.write(”); document.write(”); […]