> craby987 said on
07-12-2008 at
00:27:
This new head tracking is absolutely amazing. I tried to think of something smart to say, like the posts below me, but saying whats on everyone else's mind works too.
> brockthedoc said on
06-19-2008 at
22:51:
i had the idea for a spherical multi touch monitor that doubled as a globe, oversized trackball and light sculpture. this aplication is just made for it. wish i had continued work on the design now.
> brockthedoc said on
06-03-2008 at
07:16:
these videos are a true inspiration. I must go and create something to take advantage of this novel use of existing technology. Jonny's TED demo was my entry to the subject and went down a storm and rightly so. I can seee so many applications for this if combined with video projection equipment, eg medical scanning in realtime with the scan projected directly onto the patient. The surgeon could walk round the patient viewing in realtime the internal organs layer by layer.
> pitjedi said on
05-15-2008 at
21:14:
hahahahahaha this guy wrote World Wind(c#, MDX) one of the first programs to use satellite data to make terrain of 90% of the world; MS flight simulator around the same time did the same thing, not quite as expansive tho. Yeah he has access to world wind code.
> Series8217 said on
04-18-2008 at
05:47:
I second that. This is simply wiimote movement control. Johnny projected a perspective transformation onto a rotated plane representing the screen, to correct for viewing the flat panel off center. It looks like this is just moving the camera around a bit with the head motion.
> christianptrsn said on
04-13-2008 at
02:37:
Wouldn't this be cool if someone put tech like this with a rotating TV?
> dinther said on
02-07-2008 at
00:57:
not sure if you achieved the effect Johnny did. The idea behind this head-tracking is to shift both the camera position in the scene AND the rendering axis which needs to be off-axis as you move from side to side. This requires access to low level features of the graphics engine. You'd need to call either glFustrum in OpenGL or PerspectiveOffCenterLH I am curious to know if you have that level of access to the World Wind application.
> lucidlenny said on
01-25-2008 at
05:09:
Wow great application of the technique.Kytharn, Remember that Johnny's example had targets that were "beyond the plane of the viewing screen" I think the terrain would be more dynamically 3D if it were to virtually bisect the image plane; or come out of the screen a bit.(this one is closer to the stadium example)
> mirak63 said on
01-11-2008 at
21:45:
thanks, nice to see an application with a more complete 3D scènein fact since the concept is to have the computer screen acts like a window, I think the depth effect is more evident if you are closer to the objects of the scène, because the paralaxe effects gets way more noticeable, and this is what create the depth.I don't know if engines like Half Life 2 allows such intereactions with the engine.
> krytharn said on
01-09-2008 at
09:15:
Hi Nigel,I indeed meant the virtual camera. The change in viewing position in your application is not as dramatic as in Johnny's demo, so it is a bit harder to see the difference in camera position. Try to see the center of the television screen as the origin, and the position of your head as the camera position and position the world (landscape) accordingly. Maybe that improves the effect. Cool work nonetheless, Nigel.
> gossy79 said on
01-08-2008 at
20:53:
Fantastic! What a great application of a great idea! Combining your tech with Johnny's was awesome. So many areas from education to feildwork could benefit from this.
> nigeltzeng said on
01-08-2008 at
16:45:
If you mean the video camera, I later discovered that focus was set to manual rather than auto. :)If you mean the worldwind "camera" I agree...it's not working entirely naturally but is kinda midway to work both at high altitude and very close to the ground.The behavior should be more closely tied to altitude but I haven't had a chance to play with the math.
> ShamanASH said on
01-08-2008 at
06:07:
thanks for posting. very interesting. i cant stop watching these videos so i will have to go ahead and try this for my self. Great video
> krytharn said on
01-07-2008 at
19:12:
Nice application! It's not as visually pleasing as Johnny's demo, though. I think you need to tweak the camera response a bit. But it's cool nonetheless.Let's hope mr Ravengamer will not polute this comments thread with his crap.
> djbarney24 said on
01-07-2008 at
16:36:
Hey, nice :) That's an interesting way of giving the illusion of a stereo depth field through movement.