Re: [JAVA3D] i have too problems with ModelClip

2004-08-09 Thread Adam B
Thanks man a lot. That's exactly my problem. Was this bug repair? If no, how to pass round this problem? I have still only 4 planes working. I need to make 6. Have somebody solution of this problem? === To unsubscribe, send em

Re: [JAVA3D] .jar cannot include .wrl ?

2004-08-09 Thread cs
Paul Gordon,您好! Thanks for your reply. my code is an applet,and I loader a resource by "codeBase" in the applet. but only the audio resource can run and the others cannot.So it is puzzled me... === 2004-08-05 22:27:00 您在来信中写道:=== >I have generally found that the most stable way to load a

[JAVA3D] problem of deploying Java 3D applet

2004-08-09 Thread Yuefeng Kang
I have a applet program which load vrml file to Java 3D scene. The applet works well and the vrml files can be loaded successfully when I run the program in Eclipse (there is a button on the applet, after click it the vrml file will be read and loaded to the applet). But after I put it into the IE,

Re: [JAVA3D] problem of deploying Java 3D applet

2004-08-09 Thread Alessandro Borges
Usually unsigned applets has no permission to read local files. check your JRE java.policy file. Alessandro --- Yuefeng Kang <[EMAIL PROTECTED]> escreveu: > I have a applet program which load vrml file to Java 3D scene. The applet > works well and the vrml files can be loaded successfully when I

[JAVA3D] Java 3D FAQ Weekly Posting (09 Aug 2004)

2004-08-09 Thread The Java 3D FAQ
The Java 3D Frequently Asked Questions list for Monday August 9 2004 This is a posting of topics covered in the Java 3D FAQ. The answers to these questions are kept at: http://www.j3d.org/faq Please consult this list and the web site before asking questions on the mailing list. If ther

[JAVA3D] 答复: [JAVA3D] problem of deploying Java 3D applet

2004-08-09 Thread jinping
I met the same problem before. It was solved after I changed the local path into URL. You can use Applet.getCodeBase to get the the URL of the applet. -邮件原件- 发件人: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] 代表 Yuefeng Kang 发送时间: 2004年8月10日 0:35 收件人: [EMAIL PROTECTED] 主题: [JA

Re: [JAVA3D] .jar cannot include .wrl ?

2004-08-09 Thread cs
Paul Gordon,您好! Thank you ,Paul Gordon and Alessandro Borges. I changed my code to URL myURL = this.getClass().getClassLoader().getResource(filename) and so it run! thanks again. === 2004-08-05 22:27:00 您在来信中写道:=== >I have generally found that the most stable way to load a resource i