Re: [JAVA3D] Official Java3D y2k statement?

1999-09-28 Thread Vladimir Olenin
I guess there isn't such a problem as y2k compliance in Java (since the time there is counted from 1970 - i wonder why...). Thus, there isnt' such a problem in Java3D either (in its Java part, at least). So, possibly the only thing that is left to figure out is Y2K status of OpenGL and DirectX lib

Re: [JAVA3D]

1999-09-28 Thread Vladimir Olenin
MOVE/COPY .JAR FILES FROM EXT DIR. OF YOUR PLUG-IN UP ONE LEVEL. -=V=- Daniel Liu wrote: > > I can run java3d applets (examples) by appletViewer > but can not run them on IE and Netscape. > I can also run java 2 (jdk1.2) applets on both > IE and Netscape. Any body has met the same problem > as m

Re: [JAVA3D] PlugIn Control Panel doesn't start (also: runningJava3din browser)

1999-09-28 Thread John Sutter
I've act trouble with the file \winnt\system32\ActPanel.dll when switching versions. I've found it best to uninstall and then remove that file by hand when I have problems with the panel not coming up. (of course save a copy of that file if you delete it manually...). I've also encountered pro

[JAVA3D] Applets and Plugin does not shutdown?

1999-09-28 Thread Daniel Selman
All, As there has been a recent resurgence in interest in Java 3D *applets* over the past few days I thought I would raise a question that I posed a few months ago. Has anyone noticed that the JDK2 Plugin does not close properly? Symptoms of this include the Plugin still being in memory (i.e. Ta

Re: [JAVA3D] PlugIn Control Panel doesn't start (also: running Java3d in browser)

1999-09-28 Thread Jose Monzon
I have the same problem when login with restricted accounts! But, when I login as SUPERUSER, all works fine!!! I really don't know what the JAVA-PLUGIN do when you load it. It is probably due to a WRITE problem in some directory (WINNT/SYSTEM ???). I haven't solve the problem yet... so, my JAVA3

Re: [JAVA3D] Ask again: Run jav3D applet

1999-09-28 Thread Helmuth Trefftz
Hi, I am trying to set the default coloring mode of a scene to gouraud shading by changing the coloring attributes of the whole Canvas3D. This is the code I am using: Canvas3D c = new Canvas3D(null); add("Center", c); ColoringAttributes ca = new ColoringAttributes();

[JAVA3D] Gouraud Shading

1999-09-28 Thread Helmuth Trefftz
Sorry, in my previous message I forgot to update the "subject". I also forgot to mention that what I am doing is not working. So here it goes again... -- Forwarded message -- Date: Tue, 28 Sep 1999 17:15:42 -0400 (EDT) From: Helmuth Trefftz <[EMAIL PROTECTED]> To: Discussion lis

Re: [JAVA3D] Ask again: Run jav3D applet

1999-09-28 Thread Lining Yang
Read http://www.auinger.de/index3.htm about how to run java3d applets under netscape or IE. > I can run java3d applets (examples) by appletViewer > I can also run java 2 (jdk1.2) applets on both > IE and Netscape. But can not run them on IE and Netscape. > For example, After I browse to run Tex

Re: [JAVA3D] Ask again: Run jav3D applet

1999-09-28 Thread Roberto Speranza
Looks like you don't have Java3D runtime jar files installed in your Java Plugin's JRE. Run the Java3D install and install it in to the JRE. The JRE for the Java Plugin is usually installed in C:\Program Files\JavaSoft\1.2\JRE. The Jar files should end up in the JRE's lib/ext directory. Roberto

[JAVA3D] Ask again: Run jav3D applet

1999-09-28 Thread Daniel Liu
I can run java3d applets (examples) by appletViewer I can also run java 2 (jdk1.2) applets on both IE and Netscape. But can not run them on IE and Netscape. For example, After I browse to run Text3DMotion.html, The message on Java Console saying **

[JAVA3D] Bugs on NT, Win98

1999-09-28 Thread Peter Kunszt
I started using Java3D on 3 platforms recently and there are a couple of glitches in the other platforms I didn't have on the native Sun Solaris. NT / openGL: the ColoringAttribute of an IndexedLineArray gets overwritten by any previously set ColoringAttribute of other IndexedLineArrays or

Re: [JAVA3D] Dragging an object

1999-09-28 Thread Veith, Gernot
sorry, this is only a general hint. i think, i want to move an object in the xy-plane of your screen. you don't need your mouse coords in vworld. then you have perform a coordinate transformation from the coord system of the object you want to be dragged into the coord system of your viewpoint. Th

Re: [JAVA3D] Any dashboard examples?

1999-09-28 Thread Tim Bray
At 09:44 AM 9/22/99 -0700, you wrote: >I don't have any simple examples but the process is quite >straightforward... ;-) > >Place all objects that you want to appear in display overlay (i.e. a >HUD or dashboard) under the parent transform of the view you want them >to appear in. Since the rest of

[JAVA3D] Official Java3D y2k statement?

1999-09-28 Thread Guillermo E. Gutierrez
Hi, I've been searching the various websites (Sun, Sgi, Microsoft) for official statements on j3d's y2k status. Do such things exist? Or are we to assume that j3d is inherently compliant if the jdk, opengl/direct3d, OS we have are? I'm particularly interested in java3d for Windows (NT) under Ope

[JAVA3D]

1999-09-28 Thread Daniel Liu
I can run java3d applets (examples) by appletViewer but can not run them on IE and Netscape. I can also run java 2 (jdk1.2) applets on both IE and Netscape. Any body has met the same problem as mine? Any help would be appreciated greatly. Daniel

[JAVA3D] Dragging an object

1999-09-28 Thread James Harrison
I want to drag an object across the screen. So I thought this would work . . . x = ((MouseEvent)event[i]).getX(); y = ((MouseEvent)event[i]).getY(); Poi

Re: [JAVA3D] Shading

1999-09-28 Thread Desiree Hilbring
Hi Don! How did you set your stripCount Array for the GemetryInfo(GeometryInfo.QUAD_ARRAY) Object. I'll keep getting a StripCounts inconsistent with primitive Exception Thanks Desiree On Mon, 27 Sep 1999, Casteel, Don wrote: > I have the same problem with QuadArray, although I did not get th

Re: [JAVA3D] Yow... this sucker burns memory

1999-09-28 Thread Mats Olsson
> Tim Bray wrote: > > > > I'm modeling an (effectively) infinitely large surface by cleverly > > stitching things into the scene graph ahead of them and whipping them > > out behind as the user moves around. Works OK, except the memory > > usage seems to grow monotonically until after a couple mi

[JAVA3D] not running in a browser...how can this be?

1999-09-28 Thread Jon Barrilleaux
I just can't believe how long and to what lengths people have had to go to get Java/Java 3D reliably installed and running in a browser. I've been seeing these kind of messages for what seems like the past year or so. I don't know what else to say but that it is "incredible" that this problem has