[JAVA3D] Area Surface of a 3d Shape ?

2000-06-26 Thread Tiza Iskandar
Hi all, I want to know whether there is a method in Java3D that counts the area of an irregular 3d Shape ? or a way in counting the area of an irregular 3d Shape ? thanks in advanced :) Take Care and Keep Smilling! Tiza ==

[JAVA3D] Fwd: Re: [JAVA3D] PickMouseBehavior

2000-06-26 Thread Eric Reiss
I forgot to mention that in each of the picking behaviors, there is a method called updateScene() that also needs to have the modifier buttons changed. The line in this method that checks the for AltDown and MetaDown should have the Bangs changed so that they match what you change the ones in the

Re: [JAVA3D] Shape3D capability problem

2000-06-26 Thread Kelvin Chung
>X-Authentication-Warning: forest.owlnet.rice.edu: druths owned process doing -bs >X-Sender: [EMAIL PROTECTED] >MIME-Version: 1.0 >Date: Mon, 26 Jun 2000 17:31:13 -0500 >From: Derek Augustus Ruths <[EMAIL PROTECTED]> >Subject: [JAVA3D] Shape3D capability problem >To: [EMAIL PROTECTED] > >I

[JAVA3D] Shape3D capability problem

2000-06-26 Thread Derek Augustus Ruths
In my code, I make the following call: ((Shape3D)n).intersect(path,_ray,dist) Everything is appropriately valued so that no errors result. However, I consistently receive the following exception: javax.media.j3d.CapabilityNotSetException: Shape3D: no capability

Re: [JAVA3D] Disable rendering and sound

2000-06-26 Thread Kelvin Chung
Hi, Two bugs is filed for this problem: 4348236 - No background sound sometimes when startup 4348247 - stopView() fail to stop background sound Note that using J3D 1.1.3 stopView() can stop the sound but startView() fail to resume it (another bug). Thanks for your bug report. - Kelvin -

[JAVA3D] openlgl and openal

2000-06-26 Thread repett0
I was wondering, I haven't been keeping track but how goes opengl development with java... and now with openal becoming "Known", is there support or will there be? Just a general ? Thanks Ron Petty === To unsubscribe, send

[JAVA3D] Collision detection in Java3D

2000-06-26 Thread Derek Augustus Ruths
I'm interested in understanding how Java3D is performing collision detection. If anyone could provide insight or references and pointers, that would be great. Thanks. DereK === To unsubscribe, send email to

Re: [JAVA3D] Menu mnemonics and accelerators and Java3D

2000-06-26 Thread Andrew R. Thomas-Cramer
My Swing menus are heavyweight, since I called setLightWeightPopupEnabled() on each. Since no one else has reported also experiencing problems with mnemonics and accelerators, my presumption is that it's an error in my code ... somewhere. -Original Message- From: Bryan Lanier <[EMAIL PROT

[JAVA3D] Independent research

2000-06-26 Thread Kuo-chang chiang
Hi, I am a Ph.D. candidate in Northwestern University. Currently, I have a project to access the potential of Java3D with respect to competing technology tools for 3D applications on the Internet. A very good compensation will be offered as reward for helping me doing the project. Please email

[JAVA3D] PickMouseBehavior

2000-06-26 Thread Ben Arbel
HI   Can anyone please tell me how can i change the mouse mask being used in java3D mouse classes, for example lets say i want to enable right mouse clicking using the PickMouseBehavior class or for example the MouseRotate class   thanks ben

[JAVA3D] Transforming the image in the canvas3D into a ".gif" one

2000-06-26 Thread Tiziana
Is there a way to get the frame displayed in the canvas ?  In which format can i have it? pixel by pixel ? image2D?   Thank you Tiziana Cimoli 

Re: [JAVA3D] Disable rendering and sound

2000-06-26 Thread J. Lee Dixon
Tried that one. Doesn't work for me. Here is a test program that has a toggle button that calls View.stopView() or View.startView(). The cube rotation stops, but the sound continues... at least on my machine. (J3D 1.2opengl FCS, JDK 1.3) BTW, do you know if J3D1.2 for DirectX is still schedul

Re: [JAVA3D] size of an object

2000-06-26 Thread Ulrich Staudinger
You can use the boundingBox of an object, along with its function getUpper and getLower -> calculate the volume of this cube. Maybe the boundingSphere might help, too. What about polytope...? Sánchez Sanz, Javier wrote: > There is any way to know the size of an object? > > Javier Sánchez > Rada

Re: [JAVA3D] Java2 Plugin and J3D?

2000-06-26 Thread Justin Couch
Joerg 'Herkules' Plewe wrote: > Will I have to get a real certificate or can I come along with a test > certificate as described on J3D.org? Not sure. I haven't tried this myself as all my J3D work is standalone apps. > I also noticed the problem that j3d is installed to a 1.2 directory in spit

Re: [JAVA3D] Java2 Plugin and J3D?

2000-06-26 Thread Joerg 'Herkules' Plewe
Oh nice, thank you! Will I have to get a real certificate or can I come along with a test certificate as described on J3D.org? I also noticed the problem that j3d is installed to a 1.2 directory in spite of 1.3. Is there any workaround? Am I allowed to distribute the java3d1_2-win32-opengl.exe f

Re: [JAVA3D] Rendering problem with J3D V1_2.

2000-06-26 Thread Malcolm Binstead
Hi Uma, Thanks. > This problem has been fixed in 1.2.1 Beta. Is 1.2.1 available ?. It's not on http://developer.java.sun.com/developer/earlyAccess/ or http://java.sun.com/products/java-media/3D/index.html Malc. === To uns

[JAVA3D] size of an object

2000-06-26 Thread Sánchez Sanz, Javier
There is any way to know the size of an object? Javier Sánchez Radar, Mando y Control INDRA Sistemas === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For