Yes, it is possible.
    Sun's tutorial on Java3D under
http://java.sun.com/products/java-media/3D/collateral/ is a good starting place
to learn Java3D. See in particular the class IndexedTriangleArray, which
describes a geometry using triangles that you can use to create a Shape3D
object.
    If you're interested in something easier, my company has a library that
supports producing surface graphs of time-dependent variables over a 2D domain.
Contact Joe MacFarlane, [EMAIL PROTECTED] to obtain documentation or pricing
info.

-----Original Message-----
From: Naveen Prabhakar <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Wednesday, June 07, 2000 9:20 AM
Subject: [JAVA3D]


>Hi,
>
>I have a problem which involves converting a program code from Matlab to
>Java.The program is to plot a 3D graph.
>The graph is plotted for n iterations passing a random set of values each
>time,hence the output in this case would be something like a continuous
>animated wave form.
>
>Is it possible to do this using Java 3D?
>If yes,would anyone be knowing the functions involved in java to do this
>program?
>
>Thanking you.
>yours
>
>Naveen
>
>
>
>
>
>
>________________________________________________________________________
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
>===========================================================================
>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".
>

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