>Date: Wed, 22 May 2002 22:48:38 +0000 >From: Jayasree Tangirala <[EMAIL PROTECTED]> >Subject: Re: [JAVA3D] Not able to run j3d >X-Originating-IP: [172.164.30.151] >To: [EMAIL PROTECTED] >Cc: [EMAIL PROTECTED] >MIME-version: 1.0 >X-OriginalArrivalTime: 22 May 2002 22:48:39.0296 (UTC) FILETIME=[D08D6800:01C201E2] > >I do not understand, I downloaded OpenGL version of Java3d and installed it >afresh last night and that is when it started working i.e.. at least the >demo programs worked. So are we supposed to download the OpenGl version of >Java3d or not?
If it works in your S3 chipset in hardware mode than that's fine, just choose the one that works for you and run in hardware accelerated mode. >Now I have the problem that I am trying to provide minimal lighting for the >models I created. The compiler does not recognise 'color3f'. I have the >following imports in the program: > >import javax.media.j3d.*; >import javax.vecmath.*; >import java.awt.*; >import java.awt.event.*; >import com.sun.j3d.utils.geometry.*; >import com.sun.j3d.loaders.objectfile.*; >import com.sun.j3d.loaders.*; > >What am i doing wrong? What else should be included? >Thanks >Jayasree > It should be Color3f, not color3f. - Kelvin -------------------- Java 3D Team Sun Microsystems Inc. =========================================================================== 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".