[JAVA3D] coordinates of a living Box

2004-02-22 Thread Prof.C.Ratsch
Hello Java3D-fans, I use a Box to simulate a dice. After throwing and tumbling with Rotators the dice is stopped (collision detection) on a plane. But normally the dice stands on one edge, uff! Now I want to get the actual coordinates of this living Box to change them. I tried to use GeometryInfo

Re: [JAVA3D] coordinates of a living Box

2004-02-22 Thread Michael Pfeiffer
Is it really a Box (the Primitive object) or is it a selfmade Shape3D? Box-Objects don't work with the standard capability-bits, you have to specify their capabilities during construction using Box.ENABLE_PICK_REPORTING, Box.ENABLE_APPEARANCE_MODIFY and so on. On Sun, 22 Feb 2004 18:09:28 +0100, P

[JAVA3D] virtual world smaller than physical world

2004-02-22 Thread Flavius
think I asked soemthing like this before but wasn't able to find a solution The thing is, my virtual world is smaller compared to the "eye" than the physical world, even though I've used the exact measures. I've got the advice to change the field of viewbut that doesn't really do what I w

Re: [JAVA3D] Discovered an unreported bug. Where to report nowadays?

2004-02-22 Thread Alessandro Borges
Hi, The bug report page is : http://developer.java.sun.com/developer/bugParade/index.jshtml I advice you to build a very simple demo with your bug. Not reproduciple bugs are very very hard to fix ;) Alessandro Borges --- Sean Luke <[EMAIL PROTECTED]> escreveu: > We've found what I *think* is a

[JAVA3D] Why does it show black triangles - when using texture on default Java3D box

2004-02-22 Thread Mikkel Andersen
I use a Box from Java3D - and adds textures to it - but for some reason when I view it from different angles - it shows up like this --> http://www.vejle-taekwondo.dk/error_in_3d.bmp The image should display a nice clean image - but it shows black triangles on the side of the box can anyone explai

Re: [JAVA3D] Distributing Java3D applications for the Mac

2004-02-22 Thread Pasi Paasiala
Title: RE: [JAVA3D] Distributing Java3D applications for the Mac I asked about J3D distribution on Mac from Apple and this is the answer I got: " This is in response to the questions you have regarding Java3D. In regards to your question asking what is the best way from the system to fi

[JAVA3D] Can Any One Answer This Question?

2004-02-22 Thread Osama Abdalah
Hi all, I have a problem in my program when using certain SDKs , 3D objects takes a very long time to be rendered completely when using j2sdk 1.4 and all jsdks after it. some sdks like 1.4.1 produce this error UNABLE TO LOCK VERTIX BUFFER D3DINTERNALERROR , Can any one tell me why it takes too m