Sean,
You need to create your own Canvas3D extending the java3D's canvas3D. You
have to atleast override the methods 'renderField' and 'preRender' method.
You can get the graphics context and call drawGeometry method on that.

I would suggest you go thru the chapter4 of Selman's book, it explains it
pretty well.

Get back to me if you have further problems.

Nitin

> -----Original Message-----
> From: Sean Sylvis [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 02, 2002 7:41 AM
> To: [EMAIL PROTECTED]
> Subject: [JAVA3D] Immediate mode rendering
>
>
> What is necessary to render something (a
> com.sun.j3d.utils.geometry.Sphere) in a JFrame and Canvas3D
> in immediate mode?
>
> Sean
>
> ==============================================================
> ============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