Re: [JAVA3D] Stereo (NVIDIA+Win32)

2001-10-19 Thread Guang Bin Liu
Dear John, Mark, Paul, Micheal and friends who are interested in stereo viewing: Thank you for your valuable suggestions!  I have successfully got the stereo cube standing up by running HelloUniverse.java, both on Win95/98/Me and Win2000 with GeForce card.  The suggestions by Mark and John for usi

[JAVA3D] Rotation problem

2001-10-19 Thread Michael Haller
Hello! I'm using two cylinders (A and B) with a high of 3.0 which are connected to each other (I'm using the Cylinder-class). Now, I want to rotate the second cylinder (B). Of course, without any translation the cylinder B will be rotated in the center - which is not what I want to have. Instead,

[JAVA3D] [Fwd: MULTIBANCO] Mensagem mesmo importante: Protesto MB

2001-10-19 Thread Pedro Miguel da Fonseca Marques Ferreira
-- - Eng. Pedro Miguel da Fonseca Marques Ferreira http://www.dei.uc.pt/~pmferr/ "There are no limits to an open mind" -   Prepare-se para começar a pagar cada vez que utilizar o MultiBanco. Se isto

[JAVA3D] RE: [JAVA3D] "[Fwd: MULTIBANCO] Mensagem mesmo importante: Protesto MB" e "Ameaças Quimicas ou Biológicas"

2001-10-19 Thread Olivier BANASZAK
'Bom dia', Este esta muy interessante y actual pero me parece que esta un poquito fuera del subjecto, amigo. This is very interesting but it seems to me a little out of the subject my friend. Ceci est tres interessant mais cela me parait un peu hors-sujet cher ami. Ciao. ==

Re: [JAVA3D] view

2001-10-19 Thread Rodrigo Miquelin
Hi! Well, sorry I don't have an answer to ur problem but I saw sth interesting 4 me when I saw ur the pic u sent. How to put the Grid lines?? Thanx!! On Fri, 19 October 2001, Jürgen Vansteelant wrote: > > Hello, > > I've implemented a VRML file into my application, when I rotate the entire >

[JAVA3D] Java 3D Crashing in W2K

2001-10-19 Thread Wang, Lihui
Hello, I have a Java 3D project deployed to an Apache web server. I can load and view all J3D models in IE 5.5, IE 6.0, or Netscape 4.7 on Win98, NT and 2K. However, In Win2K environment (with SP2) when I close a browser (IE or Netscape), it sometimes causes system crashing. What I can see then i

Re: [JAVA3D] view

2001-10-19 Thread Tarlton Mark-CMT041
What you're seeing may be because the lines aren't being affected by the z-buffer. As result, occlusion between the solid objects and the wireframe grid are strictly a result of drawing order. When the scene is viewed from one direction, it will look OK because the drawing order is also the d

[JAVA3D] [JAVA 3D] current projects

2001-10-19 Thread Carl Hostrander
Hi all! Currently I am looking for projects which utilize Java3d in the realm of "C3I" applications (Comand and Control). I am currently working in the DoD (US Navy) arena looking for possible applicable use of Java3d in "Military Combat Displays". If anyone knows of such a project or where to

[JAVA3D] 100% CPU Usage and Garbage Collection

2001-10-19 Thread Wang, Lihui
Hello, When I load and view an applet with Java 3D models, I found the CPU usage is 100% even if all the models are still. If I load different models several times, the models will become incomplete (some surfaces are missing) in WinNT platform, or a black view port in Win2K platform. The perform

[JAVA3D] creating outlines for shapes

2001-10-19 Thread Sam
Hi, I have a few of questions regarding how to find an outline for a Java 3D shape - from any given orientations. After looking at the java 3D FAQ archive, it seems that the non-uniform scales idea is a pretty good idea. (i.e. you flatten the shape down by scaling and then trace it onto a plane)

Re: [JAVA3D] creating outlines for shapes

2001-10-19 Thread Surendra Gupte
Hi Sam, >2) My second question is: "What is a cheap algorithm to extract/ trace the >outline of the compressed objected onto the required plane? " One quick way to do it would be to compress the object onto a plane, render it onto an offscreen buffer, read back the buffer and then apply an edge

[JAVA3D] Using Swing with Java3D

2001-10-19 Thread Joao Manuel De Oliveira Francisco
Hi there!! I am having some problems trying to display more than 1 canvas in a Swing interface. One canvas works fine just by adding it to a JPanel, but when I try to add another canvas to the frame it just doesnt show up. Even when I create an individual JPanel for each canvas it doesnt seem to w

[JAVA3D] getBound() problem

2001-10-19 Thread Mona Wong
Hi: I am adding a Group to a Switch and trying to get the bound for the Switch but it is coming up as the default (center=0,0,0 and radius=-1). Here is the runtime debugging output: MONA : contour_object bound = Center=(271.0, 507.0, 0.0) Radius=23.345235059857504 MONA : objects