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
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
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
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
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
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
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