[JAVA3D] How to use Cylinder and change it's dimensions in immediate mode?

2000-04-09 Thread Jie Zhang
I had post a mail two days ago, What I want to know is how can I change simple objects such as cylinder when java3d runs, should I program in immediate mode?Hope someone can give similar examples. Thanks. === To unsub

Re: [JAVA3D] PolygonAttributes.POLYGON_LINE in Win98

2000-04-09 Thread Bruno Sousa Caiado
Hello.     I´ve expermiented a similar problem with a win98 equiped machine. I draw a geometry quite similar to yours and i added to it mouse behaviors(MouseZoom,MouseTranslate,etc).     Sometimes (and i mean sometimes because this doesn´t always happen: it´s random!!!) when i try to see the

[JAVA3D] Problem w/ Sound InputStreams

2000-04-09 Thread rbishop
I'm able to get a sound playing by creating a MediaContainer with its URL constructor but not with its InputStream constructor. This is true even if I create an InputStream directly from a working URL   This MediaContainer works: URL resourceURL = ClassLoader.getSystemResource(resourceName);

[JAVA3D] PolygonAttributes.POLYGON_LINE in Win98

2000-04-09 Thread Pedro García Patrón
I work in a WinNT machine, and I did a polygon with the IndexedQuadArray class and POLYGON_LINE appearance. When I arrived home (I've got a Win98 machine) this polygon did not appear. I only obtain to see the polygon if I put the POLYGON_FILL flag. I don't know what would be the problem or the t

[JAVA3D] Add j3dcore.jar to Kawa Packages

2000-04-09 Thread Pedro García Patrón
Hi ! I want to add j3dcore.jar to the packages of Kawa Program but I've got a FATAL ERROR when I try to do that.    I don't know what is the problem because I did the same with the other three packages ( j3dutils.jar, j3daudio.jar and vecmath.jar) but this is the only one that gives an ERROR.  

Re: [JAVA3D] LookAtBehavior

2000-04-09 Thread Marco Lohse
I am sorry, but since some people had trouble compiling the code: I forgot to tell you that I use jdk1.3rc2 and j3d beta2. - Original Message - From: Marco Lohse <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 08, 2000 8:00 PM Subject: [JAVA3D] LookAtBehavior > Hi, > I