Re: [JAVA3D] DirectInput Joystick

2003-07-14 Thread Joerg 'Herkules' Plewe
Look here: http://www.hardcode.de/jxinput JXInput has a module that implements the common Java3D sensor stull. But IMHO it is better to implement custom control, which JXInput is capable of as well, of course. - J - Original Message - From: "Justin Couch" <[EMAIL PROTECTED]> To: <[EMAI

Re: [JAVA3D] JavaWorld Java 3D article

2003-07-14 Thread Thaddaeus Parker
This seems similar to Merlin Hughes' article 3D Graphics Java: Render Fractal Landscapes. I know that the org.j3d.* package has a lot of terrain rendering tools, but the question that I have is how do you calculate your triangles and strip arrays when your data is a single array vice a double arra

Re: [JAVA3D] tornadolabs j3dtree gone?

2003-07-14 Thread á͹´ÃÙÇì à´ÇÔÊѹ (Andrew Davison)
Nikolai, > Once there was a great tool at: > > http://www.*tornadolabs*.com/News/J3dTree_Home/j3dtree_home.html I use it in some of my examples. Information and links at: http://fivedots.coe.psu.ac.th/~ad/jg/ch8/ - Andrew

Re: [JAVA3D] Animating body

2003-07-14 Thread Mark Hood
> Date: Mon, 14 Jul 2003 10:16:23 +0200 > From: Botha Levente <[EMAIL PROTECTED]> > > I have a createSceneGraph class in which i put my body parts (all body > parts have their own classes) in a hashtable, then i put them to my > root branchgroup. > > I have created a keyboardbehavior to hav

Re: [JAVA3D] Changes of material not being displayed at java1.3.1

2003-07-14 Thread Mark Hood
> Date: Sat, 12 Jul 2003 11:29:51 +0100 > From: Lewis Walker <[EMAIL PROTECTED]> > Organization: Rhema Designs > > > We haven't seen this problem. There have been a lot of bug fixes from > > Java 3D 1.3 to 1.3.1; you may want to try upgrading to see if the > > problem is still there in 1.3

[JAVA3D] JavaWorld Java 3D article

2003-07-14 Thread N. Vaidya
If you haven't seen it yet http://www.javaworld.com/javaworld/jw-07-2003/jw-0704-3d_p.html Just when you thought it was all over :-) Raj Vaidya === To unsubscribe, send email to [EMAIL PROTECTED] and include in the

[JAVA3D] Zoom View to fit Object

2003-07-14 Thread Christian Schnabl
Hi, is there an easy way to Scale the view to make an Object fit the visible Canvas Size? I just want to make every Object, no matter what size, to fit the Canvas3D Size. Thanks in advance, Chris === To unsubscribe, send ema

Re: [JAVA3D] why can't xj3D's X3DLoader load these two vrml files?

2003-07-14 Thread Alan Hudson
kindy huang wrote: I write a program using Xj3D's X3DLoader to browse VRML2.0 files. The attached are two files I downloaded from web, their 3D scenes can be seen using Cosmo Player or Cortona VRML client, but they cannot be loaded by my program(and Crossroad3D). One of them seems in binary format

[JAVA3D] TextureAttibutes and Stereo

2003-07-14 Thread Robson Augusto Siscoutto
Hi, I am having some problems with textureattributes during the visualization stereo. I am presenting two textures (one for each vision) and intend to put into motion them in execution time. The problem is that the textures are not presented. But in vision mono, yes. What I can make? thanks.

Re: [JAVA3D] why can't xj3D's X3DLoader load these two vrml files?

2003-07-14 Thread Justin Couch
On Sun, 13 Jul 2003, kindy huang wrote: > what 's wrong with these VRML files or with my > program? In the first case, the file is compressed with GZIP. If the mime-type is set to model/vrml without the appropriate content-encoding set, then we do not read it. In the same way that naming a file w

Re: [JAVA3D] DirectInput Joystick

2003-07-14 Thread Justin Couch
On Sat, 12 Jul 2003, Wendel B Silva wrote: > Someone have any sample of Joystick using DirectInput ? Have a dig around for JXInput. Justin === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the m

Re: [JAVA3D] [Java3d] why can't xj3D's X3DLoader load these two vrml files?

2003-07-14 Thread P. Flavin
I was able to render your to VRML files using the reliable SUN VRML Loaders using Java3d after - commenting out the VRML for the Sound files ( which you did not include ) ... the Sun Loaders do support playing Sound files with animation and mouse cl

[JAVA3D] Model loading

2003-07-14 Thread ahmet balci
 I couldn't use loaders for converting .3DS models to the java code. I have tried Load3DS.java and Show.java within a 3DS model which I have downloaded from web but I couldn't get the image to the screen.  Is there anyone who has an example application that utilizes a .3DS model or is there any oth

Re: [JAVA3D] Animating body

2003-07-14 Thread Botha Levente
Hi all Thanks for the tips but i cannot resolv my problems because of the following. I'll describe my app. I have a createSceneGraph class in which i put my body parts (all body parts have their own classes) in a hashtable, then i put them to my root branchgroup. I have created a keyboardbehavior

[JAVA3D] tornadolabs j3dtree gone?

2003-07-14 Thread Nikolai V. Chr.
Once there was a great tool at: http://www.*tornadolabs*.com/News/J3dTree_Home/j3dtree_home.html where has it gone? Anybody got a valid link? Regards Nikolai === To unsubscribe, send email to [EMAIL PROTECTED] and include in

Re: [JAVA3D] Picking error - dead BranchGroup?

2003-07-14 Thread Vladimir Vernikovski
Please, show code how you create all the views branchgroups and canvases again. Better send all code. Vladimir A. Vernikovski Programmer --- JPROOF Technologies Ltd. - Original Message - From: "Ben Moxon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> S

[JAVA3D] DirectInput Joystick

2003-07-14 Thread Wendel B Silva
Hi,   Someone have any sample of Joystick using DirectInput ?   thanx   Wendel B Silva

[JAVA3D] Java 3D FAQ Weekly Posting (14 Jul 2003)

2003-07-14 Thread The Java 3D FAQ
The Java 3D Frequently Asked Questions list for Monday July 14 2003 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

[JAVA3D] Algorithm for Shadow Volume...

2003-07-14 Thread Alessandro Borges
Algorithm for Shadow Volume... I see a approach for it here: (OGL demo & paper) http://www.geocities.com/tom_j_hall/ Any comment about how to implement a Java3D version ?? Alessandro === To unsubscribe, send email to [EMAIL P

[JAVA3D] Error

2003-07-14 Thread Zak Nixon
Can someone help me determine the cause of this problem?   java.lang.UnsatisfiedLinkError: useSharedCtx    at javax.media.j3d.Canvas3D.useSharedCtx(Native Method)    at javax.media.j3d.Canvas3D.(Canvas3D.java:1193)    at javax.media.j3d.Canvas3D.(Canvas3D.java:1058)     Thank y

[JAVA3D] This is a test, please ignore.

2003-07-14 Thread Chien Yang
=== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".

[JAVA3D] OT:: tweaks for Linux drivers...

2003-07-14 Thread Alessandro Borges
Hi ! I am on first steps into Linux world, and I just finish a test running some Java3D applications in a GForce hw accelerated Linux system. Seens good ! But I looking for tools ou how-to to toogle on/off some features, as depth buffer, anti-aliasing, etc.   Any help will be welcome. Alessa

Re: [JAVA3D] Changes of material not being displayed at java1.3

2003-07-14 Thread Lewis Walker
> We haven't seen this problem. There have been a lot of bug fixes from > Java 3D 1.3 to 1.3.1; you may want to try upgrading to see if the > problem is still there in 1.3.1. Actually, it is 1.3.1 that I'm using. > Where are you performing the call? Attribute changes won't necessarily be > sync