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