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
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
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);
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
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.
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