Re: [JAVA3D] loading lightwave file in applets?

2000-03-08 Thread Vladimir Olenin
That's exactly what i was talking about actually. If u take a look on the LwsObject.java u'll see that there IS a handler for Lw3dLoader.FILE_TYPE_FILENAME, but there is NO handler for Lw3dLoader.FILE_TYPE_URL (look in the constructor, there is a switch statement). I added the handler myself, also

Re: [JAVA3D] Advocacy

2000-03-08 Thread Chris Gates
Hey Jamie, Interesting stuff about a recent dialog on the list-serve. You may find the links below show really cool stuff. Still working on the Hotel group. Seeya, CG > My two cents worth.. > > Java's performance still leaves something to be desired. Running a program > through the JRE i

[JAVA3D] rotation field in the transform node

2000-03-08 Thread Nicolas Trussart
Hello, I would like to know how to transform a rotation defined with 3 angles (in degrees) into a rotation defined with a vector and 1 angle (in radian), as we can find in the rotation field ? Transform { rotation 0 0 1 0.66 children [

Re: [JAVA3D] Advocacy

2000-03-08 Thread Shawn Kendall
Performance matters, but I believe there are still worse problems with app distribution. Java and Java3D HAS GOT to be made as easy to run as an .exe on PCs. or at last a real live browser plug-in that doesn't require editing anything to install properly. I should be able to double-click on a cl

Re: [JAVA3D] objects in strero mode

2000-03-08 Thread Mojtaba Hosseini
Hello, This has been posted before but if you have the hardware, this is the code required: Point3d leftp3d = new Point3d(0.142,0.135,0.4572); exampleCanvas.setLeftManualEyeInImagePlate(leftp3d); Point3d rightp3d = new Point3d(0.152,0.135,0.4572); exampleCanvas.setRightManualEyeInImagePlate(righ

Re: [JAVA3D] polygon with border

2000-03-08 Thread Doug Gehringer
> From: "Dvorak, Daniel J." <[EMAIL PROTECTED]> > Subject: [JAVA3D] polygon with border > To: [EMAIL PROTECTED] > > Is there any easy way to add a border (say, 2 pixels wide) to a filled > polygon without using a separate Shape3D? I'm using GeometryInfo to create > non-convex polygons. I tried s

Re: [JAVA3D] polygon with border

2000-03-08 Thread Doug Gehringer
> From: Doug Gehringer > > From: "Dvorak, Daniel J." <[EMAIL PROTECTED]> > > Subject: [JAVA3D] polygon with border > > To: [EMAIL PROTECTED] > > > > Is there any easy way to add a border (say, 2 pixels wide) to a filled > > polygon without using a separate Shape3D? I'm using GeometryInfo to crea

[JAVA3D] multi-view

2000-03-08 Thread SUBSCRIBE JAVA3D-INTEREST peter
hi all. is java3d support mult-view? if yes, how to do? any eg? thx === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAI

Re: [JAVA3D] Java 3d and OpenGl

2000-03-08 Thread Fahad Aziz
Hello. I was working on java3d for couple of months, with my simple celeron machine. Now i have installed TNT2 32MB and upgraded to athlon 550. The performance is unbeleivable. I can run four java3d Applications at one time, without flickering. Fahad. Bob Gray <[EMAIL PROTECTED]> on 03/07/

[JAVA3D] inquiry...

2000-03-08 Thread motasim bushnaq
Would you please tell me about the abilities of 3D Java in simulating physical worlds, and where can I find a good reference(a website or books) about the subject? __ Get Your Private, Free Email at http://www.hotmail.com ===

[JAVA3D] how to remove transformgroup?

2000-03-08 Thread SUBSCRIBE JAVA3D-INTEREST peter
hi all: i want to ask how to remove the transformgroup(that is attached to Branch group)? can anyone help me? thx === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-I