|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Yep. I went there. I'd like to take my favorite POV/MegaPOV scenes and
animations and re-render them to use these classes.
Help! I promise to share (the images, not the glasses and monitor) when I'm
done.
Thanks,
Kevin
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> Yep. I went there.
Funny how 3D is finally taking off now, even though the technology has been
there for almost a decade now. Seems like the media have finally got hold
of it and all manufacturers are responding now.
> I'd like to take my favorite POV/MegaPOV scenes and
> animations and re-render them to use these classes.
http://www.nvidia.com/object/3D_Vision_Photo_Viewer.html
Can you use this program somehow to import the left and right eye images?
(It seems like you might have to paste them next to each other first?).
In POV simply render your scene twice, one with your camera in the left eye
position, and one in the right eye. Have fun experimenting with the camera
separation and angles!
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"scott" <sco### [at] scottcom> wrote:
> > Yep. I went there.
>
> Funny how 3D is finally taking off now, even though the technology has been
> there for almost a decade now. Seems like the media have finally got hold
> of it and all manufacturers are responding now.
>
> > I'd like to take my favorite POV/MegaPOV scenes and
> > animations and re-render them to use these classes.
>
> http://www.nvidia.com/object/3D_Vision_Photo_Viewer.html
>
> Can you use this program somehow to import the left and right eye images?
> (It seems like you might have to paste them next to each other first?).
>
> In POV simply render your scene twice, one with your camera in the left eye
> position, and one in the right eye. Have fun experimenting with the camera
> separation and angles!
Thanks Scott,
Once I have the left and right images, I can get them pulled up in the tools
that came with the glasses. I'm curious to know what people have done in the
past or where a good starting point might be. My render time isn't much of the
problem, it's the experimenting time that I have little of.
Thanks,
Kevin
Post a reply to this message
|
|
| |
| |
|
|
From: jim dorey
Subject: Re: Creating scene files NVidia 3D Shutter glasses
Date: 28 Jan 2010 11:04:29
Message: <4b61b58d@news.povray.org>
|
|
|
| |
| |
|
|
Random_Kevin wrote:
> Thanks Scott,
>
> Once I have the left and right images, I can get them pulled up in the tools
> that came with the glasses. I'm curious to know what people have done in the
> past or where a good starting point might be. My render time isn't much of the
> problem, it's the experimenting time that I have little of.
>
> Thanks,
> Kevin
>
>
i just did the stereoscopic thing by putting a translate, or a rotate,
or both, in the camera section of the file, then i changed the angle the
camera was facing, and translated it a few points along x or something.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Random_Kevin" <nomail@nomail> wrote:
> Yep. I went there. I'd like to take my favorite POV/MegaPOV scenes and
> animations and re-render them to use these classes.
I've never used shutter glasses to view animation on a monitor, so a few
observations/questions.
Assuming that the final animation is meant to be viewed at film speed (24fps):
Should the animation for *each* eye be rendered at that speed, then
'interleaved' somehow in post-processing--that is, alternating frames--then
viewed through the glasses with its own 'flicker rate' set to 48fps (24fps for
each eye)? And with the final composite animation spit out to the monitor at
48fps? That *seems* correct, but I don't know.
Ken
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Random_Kevin" <nomail@nomail> wrote:
> "scott" <sco### [at] scottcom> wrote:
> > > Yep. I went there.
> >
> > Funny how 3D is finally taking off now, even though the technology has been
> > there for almost a decade now. Seems like the media have finally got hold
> > of it and all manufacturers are responding now.
> >
> > > I'd like to take my favorite POV/MegaPOV scenes and
> > > animations and re-render them to use these classes.
> >
> > http://www.nvidia.com/object/3D_Vision_Photo_Viewer.html
> >
> > Can you use this program somehow to import the left and right eye images?
> > (It seems like you might have to paste them next to each other first?).
> >
> > In POV simply render your scene twice, one with your camera in the left eye
> > position, and one in the right eye. Have fun experimenting with the camera
> > separation and angles!
>
> Thanks Scott,
>
> Once I have the left and right images, I can get them pulled up in the tools
> that came with the glasses. I'm curious to know what people have done in the
> past or where a good starting point might be. My render time isn't much of the
> problem, it's the experimenting time that I have little of.
>
> Thanks,
> Kevin
I'm a stereo photographer and have mounted hundreds of 3d transparencies. There
is a trick, which can be easily duplicated in Povray. If you frame the image
with both views aimed at infinity, it will almost always be visually disturbing.
The idea is to place your subjects "behind" the frame. It is extremely important
that no objects (especially at the edge of the frame) appear in front of the
frame. You can move the apparent position of the frame closer and further away
by moving them slightly together and apart.
The way you should do this in Povray, is to move the camera left and right by
the interocular distance (about 7cm.) and use the "look_at" vector to aim the
camera at a point just in front of the closest subject. This will create the
most natural 3d view.
Ken
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |