English
--------
Thanks for you answer Alvaro.

I have found a few loaders for vrml but only cyberVRML97 lets me save my
scene graph to a vrml file. If someone knows more loaders that can save the
scenegraph please lets us know it.

---------------------
Spanish
--------
He encontrado unos pocos loaders para vrml pero solo el cyberVRML97me
permite salvar el grafo de escena a un fichero. Si alguien conoce mas
loaders que permitan salvar a fichero, que lo postee en la lista.


--------------------------
Borja Marcos Su�rez
mail: [EMAIL PROTECTED]

Java 3D Spanish Group
http://lapagina.de/java3d
---------------------------


----- Original Message -----
From: Alvaro Zabala <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 04, 2001 9:29 AM
Subject: Re: [JAVA3D] where can i find a vrml loader for java3d


> Hola, Borja.
>
> Ahora no recuerdo el link, pero si poniendo VRML97Loader no lo encuentras
en
> Google
> (www.google.com, el buscador que me dejo atonito) creo que yo lo baj� de
> www.j3d.com.
> No obstante, recuerda, www.google.com
>
> I can't remember the link, but I think that www.google.com has answers for
> all the question.
>
> Remember! WWW.GOOGLE.COM, it's amazing!
>
>
>
>
> > -----Mensaje original-----
> > De: Discussion list for Java 3D API
> > [mailto:[EMAIL PROTECTED]]En nombre de Borja Marcos Su�rez
> > Enviado el: s�bado 2 de junio de 2001 1:50
> > Para: [EMAIL PROTECTED]
> > Asunto: [JAVA3D] where can i find a vrml loader for java3d
> >
> >
> > 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".
> >
>
>
===========================================================================
> 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".
>

===========================================================================
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".

Reply via email to