|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi all,
I'm currently working on a little side project and I could use some help if
anyone's interested.
I have a Vuzix VR920 headset (tracking + display) and there's a real lack of
games/software that do it justice. I've been working on a way to reproduce POV
scenes in a realtime stereoscopic format - ie, so that I can look around with
the headset and get the full 3D experience.
Ie, all of the standard raytracing effects (caustics, radiosity, refraction,
etc) displayed in realtime.
Here's an example of what i'm talking about:
http://www.youtube.com/watch?v=9bdgtdJqUnU
With the headset on it's amazingly immersive. It currently supports pre-defined
paths - so you can walk around in the scene.
Anyway, as I said it's a side thing i'm working on and i'm at the stage where I
could use some help polishing it up and getting ready to release it as a beta.
It's all currently progammed in Java (I just find it quicker to develop) and
uses OpenGL.
If anyone has any suggestions about where to take it from here let me know!
Post a reply to this message
|
|
| |
| |
|
|
From: SharkD
Subject: Re: Realtime stereoscopic reproduction of pre-rendered images
Date: 14 Nov 2009 02:03:19
Message: <4afe5637$1@news.povray.org>
|
|
|
| |
| |
|
|
Stereoscopic images necessarily require two cameras. The positions of
these cameras would also have to change as you "turn" your head. Thus,
you would need a separate set of images for each possible head position.
Lots of images would mean lots of rendering time, and a fast computer to
cycle through them all.
Mike
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
SharkD <mik### [at] gmailcom> wrote:
> Stereoscopic images necessarily require two cameras. The positions of
> these cameras would also have to change as you "turn" your head. Thus,
> you would need a separate set of images for each possible head position.
> Lots of images would mean lots of rendering time, and a fast computer to
> cycle through them all.
>
> Mike
Yes, it does this. Independent images for each eye at any given rotation (yaw,
pitch, tile) at 30 FPS - Full 3D. Yes it takes a while to render the images
initially, but once they have been compiled I can reproduce any viewpoint in
realtime.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
*tile=tilt
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
For those interested there is a bit more info (as well as a link to the original
video 13Mb and some screenshots) at :
http://www.gamedev.net/community/forums/topic.asp?topic_id=553301
Post a reply to this message
|
|
| |
| |
|
|
From: SharkD
Subject: Re: Realtime stereoscopic reproduction of pre-rendered images
Date: 14 Nov 2009 19:06:06
Message: <4aff45ee$1@news.povray.org>
|
|
|
| |
| |
|
|
On 11/14/2009 5:37 PM, Paco wrote:
> For those interested there is a bit more info (as well as a link to the original
> video 13Mb and some screenshots) at :
> http://www.gamedev.net/community/forums/topic.asp?topic_id=553301
Do you need a particular angle of view for the camera, or can you make
do with any? Do you need a cube map or spherical map?
Mike
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
SharkD <mik### [at] gmailcom> wrote:
> On 11/14/2009 5:37 PM, Paco wrote:
> > For those interested there is a bit more info (as well as a link to the original
> > video 13Mb and some screenshots) at :
> > http://www.gamedev.net/community/forums/topic.asp?topic_id=553301
>
> Do you need a particular angle of view for the camera, or can you make
> do with any? Do you need a cube map or spherical map?
>
> Mike
Ideally the FOV of the input images should match that of the desired display
FOV, but they don't have to. I've tested it with a spherical camera and standard
perspective and both work ok.
The display isn't based on a spherical map - rather its an approximation of the
true underlying geometry.
Post a reply to this message
|
|
| |
| |
|
|
From: scott
Subject: Re: Realtime stereoscopic reproduction of pre-rendered images
Date: 16 Nov 2009 11:04:03
Message: <4b0177f3$1@news.povray.org>
|
|
|
| |
| |
|
|
> I have a Vuzix VR920 headset (tracking + display) and there's a real lack
> of
> games/software that do it justice. I've been working on a way to reproduce
> POV
> scenes in a realtime stereoscopic format - ie, so that I can look around
> with
> the headset and get the full 3D experience.
>
> Ie, all of the standard raytracing effects (caustics, radiosity,
> refraction,
> etc) displayed in realtime.
>
> Here's an example of what i'm talking about:
> http://www.youtube.com/watch?v=9bdgtdJqUnU
Ooh that would look nice on a 3D LCD I have here, and would knock the socks
off the crummy demo images we have. The 3D LCD expects the images to be
interlaced sub-pixel column-by-column, but it's nothing I suspect a pixel
shader couldn't manage with two source textures of the rendered scene.
Post a reply to this message
|
|
| |
| |
|
|
From: nemesis
Subject: Re: Realtime stereoscopic reproduction of pre-rendered images
Date: 17 Nov 2009 19:31:47
Message: <4b034073@news.povray.org>
|
|
|
| |
| |
|
|
oh man! Headsets, 3D LCDs... why can't I have such toys alright!? XD
Post a reply to this message
|
|
| |
| |
|
|
From: SharkD
Subject: Re: Realtime stereoscopic reproduction of pre-rendered images
Date: 17 Nov 2009 21:08:33
Message: <4b035721$1@news.povray.org>
|
|
|
| |
| |
|
|
On 11/17/2009 7:32 PM, nemesis wrote:
> oh man! Headsets, 3D LCDs... why can't I have such toys alright!? XD
Woah! I know there have been aftermarket products for PCs for many
years, but this is the first time I've heard of 3D consumer TVs.
Mike
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |