> Date:         Thu, 26 Jun 2003 18:56:32 +0200
> From: MisterXen <[EMAIL PROTECTED]>
>
> >> We use a stereo projector for our application but I was not able to
> >> produce that format with Java3D (it needs field sequential stereo view
> >> or column interleaved) thus it's kind of worthless :(
> >
> > The default monoscopic policy of CYCLOPEAN_EYE_VIEW works for field
> > sequential stereo canvases as well as non-stereo canvases.  If your
> > projector needs field sequential stereo signals then it should work just
> > fine if you use a stereo-capable canvas and enable it.
>
> I tried that with no success. I don't know what's the reason for that.
> Maybe I did something wrong (I don't think that, because I read nearly
> every post, faq, etc. available) or the two different graphics cards don't
> work with Java3D ...

The StereoGraphics web site is an excellent resource for determining if
your graphics cards are compatible with Java 3D and the standard OpenGL
stereo API.  In particular, check out the diagnose.zip download -- if it
indicates that stereo is available, then it will work for Java 3D stereo
as well.

http://www.stereographics.com/support/body_support.html

> With OpenGL I was able to create field sequential stereo view.

Are you using a consumer-level Nvidia gaming card?  Many of these
support a proprietary stereo function that can only be enabled from
their OpenGL driver, and do *not* support the standard OpenGL stereo API
that Java 3D requires.

If you're still interested in getting field-sequential Java 3D stereo to
work with your app, let us know what hardware/drivers you're using and
what errors or other difficulties are coming up, and we should be able
to give you some more guidance.

As you noted, vertically-interlaced stereo is not directly supported by
the OpenGL API, and your app need access to the stencil buffer to render
the images with any performance.  If this mode ever became an OpenGL
extension then Java 3D would be able to support with or without exposing
the stencil buffer.

-- Mark Hood

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to