Kenneth:

    I think what you are asking is "how to display objects using java3d
    in stereo mode" and the following is the answer to this question.

    If you just want to display Stereo3D you can specify  the
    option -Dj3d.stereo=REQUIRED and you should be able to
    see the 3d effect. However, you graphics card must support
    stereo rendering and 3D Glasses or Stereo Display are
    required to visualize the 3D effect.

    For example, running Java3D GearBox example in stereo mode,

        java -Dj3d.stereo=REQUIRED GearBox

    Actually, you can run most of the Java3D demos in stereo mode
    by adding the -Dj3d.stereo=REQUIRED  option.

    If what you really asking is to how to use Java3D to perform some
    kind of 3D modeling like Pro/E, Catia or UniGraphics, then I think
    Java3D is not for that purpose. I would say Java3D is a higher level
    SceneGraph based API to let your display 3D objects that are already
    "tessellated" into the basic 3d objects like "point" "line" "triangle"
    or "quad"
    etc.You need to handle the conversion of the  mathmatical CAD model
    into "tessellated" 3d objects. I believe java is capable of doing that
    kind of modeling job! Java3D actually provide some 3D primitives
    like cone, sphere, box, and cylinder etc that you can use to create
simple
    3D models.


Scott Y. Hong

----- Original Message -----
From: "Kenneth SEE" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, December 16, 2001 2:49 AM
Subject: Re: [JAVA3D] How to view Stereo3D display


> Would you tell me how can I create a 3D model by using the Java 3d?
>
>
> >From: Hong <[EMAIL PROTECTED]>
> >Reply-To: Hong <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: [JAVA3D] How to view Stereo3D display
> >Date: Wed, 12 Dec 2001 22:09:45 -0500
> >
> >Hi,
> >
> >     Recently, I installed a driver + patch to enable my
> >     GeForce2 Ti  to display Java3D objects in stereo.
> >
> >     I found a CrystalEyes to be able to view the object in stereo.
> >     However, it seems very pricey!
> >
> >     Is there any good cheap alternative on viewing the stereo display?
> >
> >
> >Scott Y. Hong
> >
>
>===========================================================================
> >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".
>
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at
http://explorer.msn.com/intl.asp.
>
>

===========================================================================
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