[JAVA3D] My Shape3D appears upside down??

2001-09-24 Thread Fredrik Andersson
Hello! Sorry! I forgot to set a subject, so I send this again. I'm tying to create a ground_surface, but it allways apper upside down and I can't get it right. It appears with the image-surface facing down so I can't see it. I have to rotate my KeyNavigatorBehavior upside down so I look at the g

[JAVA3D] [Fwd: [Fwd: Fw: URGENTE]]

2001-09-24 Thread Pedro Miguel da Fonseca Marques Ferreira
-- - Eng. Pedro Miguel da Fonseca Marques Ferreira http://www.dei.uc.pt/~pmferr/ "There are no limits to an open mind" - > >>Alerta: Informação Importante e Urgentíssima. >> >> >>Acaba de

Re: [JAVA3D] Can't set Capability on View TransfomGroup

2001-09-24 Thread Joachim Diepstraten
Hi Manuel > Now I wan't to set the the ALLOW_LOCAL_TO_VWORLD_READ by calling > SimpleUniverse.getViewingPlatform().getMultiTransformGroup().getTransformGroup(0 );setCapability(viewTransform.ALLOW_LOCAL_TO_VWORLD_READ); > but it returns following Exception: > javax.media.j3d.RestrictedAccessExcept

Re: [JAVA3D] x3d VRMLLoader versus vrml97.jar for java3D

2001-09-24 Thread Giles
John Richardson wrote: >>Thomas Gilbert Giusepe wrote: >> >> >>>I have tried to find a vrml97.jar file to download. But all that I could >>>found was a x3d VRMLLoader, what I believe that is the new version from the >>>vrml loader for Java3D - really I don't if it's better such new version, >>>wh

[JAVA3D] Can't set Capability on View TransfomGroup

2001-09-24 Thread Manuel Braun
Hi, I'm creating a SimpleUniverse with a MultiTransformGroup. Now I wan't to set the the ALLOW_LOCAL_TO_VWORLD_READ by calling SimpleUniverse.getViewingPlatform().getMultiTransformGroup().getTransformGroup(0);setCapability(viewTransform.ALLOW_LOCAL_TO_VWORLD_READ); but it returns following Excepti

Re: [JAVA3D] x3d VRMLLoader versus vrml97.jar for java3D

2001-09-24 Thread John Richardson
>Thomas Gilbert Giusepe wrote: > >> I have tried to find a vrml97.jar file to download. But all that I could >> found was a x3d VRMLLoader, what I believe that is the new version from the >> vrml loader for Java3D - really I don't if it's better such new version, >> when you just want to load a vr

Re: [JAVA3D] Looking for good primer for X3D

2001-09-24 Thread John Richardson
Hello, "Core Web3D" by Walsh and Sevenier. Topics include VRML 97, Java 3D, X3D and Mpeg-4. It is NOT free. It seems to be the only recent book on the subject. For free stuff you have to troll the Web3D consortium site at http://www.web3d.org John F. Richardson >Anyone know where I could find

[JAVA3D] Interleaved-format

2001-09-24 Thread Martin Fischbach
Hi everbody, I want to create the so called column-interleaved format with Java-3D. Please see http://www.vrex.com/developer/column_interleaved_format.htm for details. Is there a possibility to create this format? Can/should I use stereo mode for that? Any suggestions and comments are very welc

[JAVA3D]

2001-09-24 Thread Fredrik Andersson
Hello! I'm tying to create a ground_surface, but it allways apper upside down and I can't get it right. I use a Shape3D which I add a texture on like this: 1) Apperance-class (I do here not the import statements) public class TextureAppearance extends Appearance { public TextureAppearan