Re: [JAVA3D] Exception

2000-07-09 Thread Justin Couch
grace Wang wrote: > > Hi, everyone , > I copied J3dSwingFrame.java from Raw J3d, compling is fine , when I do > java J3dSwingFrame,i got error: > > Exception in thread "main" java.lang.NoClassDefFoundError: > javax/media/j3d/Node Ah.. a FAQ question that arises in many forms. This means that it

[JAVA3D] Exception

2000-07-09 Thread grace Wang
Hi, everyone , I copied J3dSwingFrame.java from Raw J3d, compling is fine , when I do java J3dSwingFrame,i got error: Exception in thread "main" java.lang.NoClassDefFoundError: javax/media/j3d/Node What is that ? The source code is from Raw j3d which is correct. grace -

Re: [JAVA3D] Strange behaviours with Java3D Vrml loader

2000-07-09 Thread #LAW YEE WEI#
Hi Alan, I'm using the Java3D VRML loader too and I just wish it hasn't got that MANY bugs. I'm sorry I'm not much help to you on your particular problem, although I knew the problem. However since you brought up the topic, I wonder if you are interested in a joint effort in enhancing the loader?

[JAVA3D] Problem with getNormal

2000-07-09 Thread HAroldo Pereira
Hi I think that there is error in the methods GeometryArray.getNormals(). See the examples attachments. I calculted the vector normals of the 2 forms: 1- Manual 2- with getNormals() The result are differents. Is it true or I had mistake. Wait the e-mails. []s Haroldo

[JAVA3D] Java 3D FAQ Weekly Posting

2000-07-09 Thread The Java 3D FAQ
This is a posting of topics covered in the Java 3D FAQ. The answers to these questions are kept at: http://www.j3d.org/faq Please consult this list and the web site before asking questions on the mailing list. If there is a question that you think should be covered in the FAQ, please s

Re: [JAVA3D] Helllllllllllllllllp!

2000-07-09 Thread Priti Aggarwal
Hi Grace, I hav ethe same problem. Still haven't figured it out :( --Priti On Sun, 9 Jul 2000, grace Wang wrote: > Hi, everyone, > I am new java3d user and stuck again. I add JFileChooser in my swing applet > to choose file. before I added it , everything is fine, after adding , it > give m

Re: [JAVA3D] Screen Resolution and Java3D

2000-07-09 Thread Justin Couch
Brunner Cedric wrote: > I'm trying to create two canvas3D in one gridLayout, for > having Stereo Viewing. > I'm using a two display desktop, with a 3Dlabs Oxygen GVX210 > (stereo graphic card). Each display take automatically the > dimension of 640x480 (thanks 3DLabs). Are these running independ

Re: [JAVA3D] Component observer

2000-07-09 Thread Justin Couch
"b. white" wrote: > > In the java3d-utils-src The TextureLoader has a constructor which takes > Component observer as a parameter. > > public TextureLoader(URL url, String format, int flags, Component observer) { The texture loader uses a MediaTracker object to make sure the image is properly l

[JAVA3D] Strange behaviours with Java3D Vrml loader

2000-07-09 Thread Alan Wai
Hi all, I have been using and modifying the Java3D Vrml loader from the public domain a while already and I find that it has problems with displaying 3D objects that has holes in the middle (such as windows in houses or castles). Does anybody notice this problem and does anyone have a solution

Re: [JAVA3D] Siggraph BOF Confirmed for Java 3D

2000-07-09 Thread Chris Gates
Hey Ryan, I'll be in New Orleans at SIGGRAPH from Sun night until Wed night. Not much toime and lots to do. But I'd love to meet up if it works for you! Just let me know. Seeya, CG - Original Message - From: kensun <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 09, 2

Re: [JAVA3D] serious problems with j3d 1.2

2000-07-09 Thread Uma Sabada
Raffi: The orderedGroup problem is fixed in 1.2.1 Beta. Please send us a testcase for the second problem so that we can address it in the beta release. Thanks Uma Java3D Team > MIME-Version: 1.0 > Date: Fri, 7 Jul 2000 14:42:47 -0400 > From: "Kasparian, Raffi J." <[EMAIL PRO

Re: [JAVA3D] DirectX Beta1

2000-07-09 Thread Philip Taylor
could be several reasons for this. most obvious is bad batching behavior when calling DrawPrimitive. D3D can be sensitive to batch size. worst case performance is drawing a single tri per DP invocation. there are a couple other possible issues. if the sun engineers responsible for the d3d versio

[JAVA3D] Background Problems

2000-07-09 Thread Markus Junginger
I made a Background with a PointArray as stars. Under some circumstances that background behaves quite strage. The stars(points) are sometimes in front of my Geometry. Espacially the the geometry is far away (Z-Buffer problem?) But the bigger problem occures when i have a scene with aOrientedShape

Re: [JAVA3D] DirectX Beta1

2000-07-09 Thread Joerg 'Herkules' Plewe
Hi community, here it is Meanwhile I checked out the D3D stuff further and found out that my performance problems are not with all apps. So condensed my own stuff to a minimum and like to post it here now. Maybe someone can figure out why this sample is SO EXTREMLY SLOW only with Direct3D. Op

Re: [JAVA3D] Siggraph BOF Confirmed for Java 3D

2000-07-09 Thread kensun
I live just outside of New Orleans and would be happy to meet with anyone in town. I am still in college and a newbie to Java3D and 3D graphics in general, but if anyone's interested, please drop me a line... Thanks, Ryan Harvey -Original Message- From: Discussion list for Java 3D API [

[JAVA3D] Helllllllllllllllllp!

2000-07-09 Thread grace Wang
Hi, everyone, I am new java3d user and stuck again. I add JFileChooser in my swing applet to choose file. before I added it , everything is fine, after adding , it give me error: applet not init; and following(WHICH MAKE ME CRAZY). I attached my java applet and html file, please take a look and gi