English
---------
I cant find the vrml97 loader. Can someone give me the address where I can download it?
I have found the CyverVRML97 loader but It doesnt work. In the web they say we only
have to do:
VRML97Loader loader = new VRML97Loader();
loader.load(filename);
BranchGroup branchGroup = loader.getBranchGroup();
world.addSceneNode(branchGroup);
When I execute this there is not error but anything is loaded on my virtual universe.
What is happening?
If someone knows a vrml loader better than this please tell me.
thanks in advance.
-----------------------------------
Spanish
---------
No consigo encontrar el loader vrml97. Puede alguien darme una dirección donde
bajarmelo?
He encontrado el CyberVTML97 pero parece que no funciona. Según su especificación lo
único que hay que hacer es:
VRML97Loader loader = new VRML97Loader();
loader.load(filename);
BranchGroup branchGroup = loader.getBranchGroup();
world.addSceneNode(branchGroup);
Cuando ejecuto esto no se produce ningun error pero no carga nada en el universo
virtual. Me podéis decir que está pasando?
Si alguien conoce un loader par vrml mejor que este decídmelo.
Muchas gracias.
----------------------------------------------------------
Borja Marcos Suárez
mail: [EMAIL PROTECTED]
icq: 41472800
msn: [EMAIL PROTECTED]
Java 3D Spanish Group - http://lapagina.de/java3d
Lista de correo [EMAIL PROTECTED]
----------------------------------------------------------
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".