[JAVA3D] FCS 1.2 Version

2000-05-25 Thread Dean Keeler
Hi All, Can someone please tell me where I can get a hold of the FCS version? Thanks, Dean Keeler === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For ge

[JAVA3D] References

2000-05-25 Thread Tiza Iskandar
Hi All,     First I want to say thanks to all who answered my curiousities ( thanks Nikolay :)). Secondly, does anybody know where I can get reference on 3 dimensional graphic or Java3d for my skripsi (it's kind of a thesis for Bachelors..). Thanks again! :)   Take Care Tiza

[JAVA3D] Node.getParent()

2000-05-25 Thread Shawn Kendall
Why can we not call Node.getParent() during a live scene?! We must have the functionality to do several things, namely, detach and attach sub-graph to other parts of the scene. It seems to me this is base-line. When we start moving our avatar/vehicle around the scene, we need to be able to atta

[JAVA3D] Transforms

2000-05-25 Thread Martín Arouxet
Hi:     Anybody knows how to obtain all transforms applied to a object?   t4 (setScale(.02))  | t3 (setScale(.03))  | t2 (setScale(.08))  | t1 (setScale(.05))  | object (scale?)   Un saludo, MartínMartín ArouxetSarmiento 464 Dto. 57000 - Tandil - Ar

Re: [JAVA3D] Fast PC graphics card

2000-05-25 Thread Selim Tuvi
I also have a Voodoo3 running under Windows 2000. OpenGL ICD did not work for me under Win2K, I was getting very low frame rates like you did, so I ended up using the DirectX version of Java3D. You may have better luck that way. Also if you are using the HotSpot compiler try turning it off using t

Re: [JAVA3D] infinite rendering loop

2000-05-25 Thread Kevin Rushforth
Curtis, Looks like you have uncovered a bug in Java 3D 1.2. Mixed immediate mode rendering is triggering a traversal of the scene graph, which in turn will cause renderField to be called again, and so on. We have filed bug 4341229 to track this problem. -- Kevin Rushforth Graphics System Softw

[JAVA3D] URGENT : re 3D card !!

2000-05-25 Thread Augustin Gjini
Is anybody know the performance between Java 3D and this card : ** Matrox Millenium G400 ** 3D Prophet (1 or 2) === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTER

Re: [JAVA3D] Fast PC graphics card

2000-05-25 Thread Nazari, Mark M
I have GeForce with Win98, and PIII 500, and I have no problem moving over 110,000 triangles and quads around. -mark > -- > From: Khai Weyn[SMTP:[EMAIL PROTECTED]] > Reply To: Discussion list for Java 3D API > Sent: Wednesday, May 24, 2000 9:34 PM > To: [EMAIL PROT

Re: [JAVA3D]

2000-05-25 Thread Wyss Christian
Make your objects extend Shape3d. When you get the SceneGraphPath to the Shape3d picked, you can downcast it to your class and call whatever you want in there.. Chris David McCafferty wrote: > Hello, > > I'm new to Java 3D and I'm trying to build an interactive 3D-user interface. I've >had no

Re: [JAVA3D] A non-3D problem.....

2000-05-25 Thread David Hallé
Hi david, We have an application that runs in java and take some datas from a C app. I did not work on the communication between the two parts, but this is just a suggestion: System.exit() kills your C app because (may be)you work on shared datas. Make a copy and it should work That's all

[JAVA3D] A non-3D problem.....

2000-05-25 Thread David McCafferty
Hello, This is a non-3D Java question as we're at a dead end! We have a C application and part of this calls a piece of Java code. The problem is when we exit the Java - System.exit() destroys the whole C application, not just the Java and JVM and we need to find another way to release the sys

Re: [JAVA3D] JAVA3D-INTEREST Digest - 13 Nov 1999 to 14 Nov 1999(#1999-156)

2000-05-25 Thread Wyss Christian
This should work, if you invert the normal vectors of the polys building the cube.. Chris "b. white" wrote: >I have a com.sun.j3d.utils.geometry box with textures mapped to the six > sides. I am currently viewing the cube from the outside, no problem. But > I would like to be able to look

[JAVA3D] terrains (was...RE: [JAVA3D] centering object and rotation)

2000-05-25 Thread Casteel, Don
Import an image, use the color values per pixel to set the y coordinate of each point in a QuadAray of the same dimensions. -Original Message- From: Kevin Bartholomew [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 24, 2000 4:52 PM To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] centering obj