by kklee on March 22nd, 2010
There’s two days before the 2010 design project symposium and we’ve almost completed our finishing touches on Twirl. I have to admit I’m a little psyched. Here’s a little history and what we’ve got on the way.
Back in 2009 we completed the core project — 3D tracking of an infra-red (IR) device and our 3D drawing application, CanvasSpace. The 3D tracking was done with system of IR sensors using Wii remotes, a wand which we’ve made to emit IR light, and some software to tie it all together.
For the 2010 symposium, we’re adding this website, head mount tracking, a giant upgrade in software, and a brand new zigbee wand with buttons! Tomorrow, we’ll be doing a full system run soon to see what things we’ve missed, but more importantly, to have a blast playing with our creations. I’m particularly interested in the new head tracking and drawing.
Gah! I can’t wait!
Tags: CanvasSpace, head tracking, symposium, wiimotes
Hardware, Progress, Software | No Comments
by sandeep on March 22nd, 2010
Head tracking is tracking the position of the user’s head and also which way they’re looking. We’ve been trying for a few days to interact with the 3D compass and get data from it. Then we feed that data into the drawing application, Canvas Space, so that the virtual world’s camera changes in accordance with the user’s head.
We got head tracking sort of working yesterday, but today we finally got it to be stable! viagra a combination of inbuilt averaging and our own concoction of a filter, it’s finally in usable condition. I suspect it will make the experience a lot more realistic with this
.
Tags: head tracking
Software | No Comments
by dennis on March 17th, 2010
CanvasSpace, the application that listens to Twirl hardware and lets you draw in 3D, has implemented the portable network graphic (PNG) standard for saving files! Although a PNG file is a 2D image, which takes advantage of lossless compression to stay small, the clever (and sometimes quirky) minded folk behind Twirl have managed to sneak in 3D data in a flat image.
What does this mean for you? You can make a 3D creation, save it, and send it to anyone you please. Your friends can then open up the file just like any other image with no extra software… it’s just a picture after all. If they want the full 3D experience, all they have to do is load the PNG file in CanvasSpace, and they’ve immediately got the full 3D creation on their computer.
Perfectly simple.
Tags: CanvasSpace, images, Software
Software | No Comments