[JAVA3D] Re : Getting 3DS Loader to work

2004-08-17 Thread Abhijit Parkhi
Hi Vijay, I haven't used that 3DS loader. If its allowed in your project specification. You may simply use OBJ loader provided by Java3D API, but you will have to convert the 3DS format to OBJ using some file exporter. I have used the exporter http://www.habware.at/duck6.htm (11 August, 2004) (M

[JAVA3D] Multiple canvas views of the same scene resulting in lost textures

2004-08-17 Thread Paul Brown
Hi, I have two view objects in my universe. One of the views has two canvases attached to it, the other has one canvas. Therefore, I have three canvases, two of which have the same view of the virtual world. Let me draw a quick scenegraph: View 1 ---Canvas 1 |Canvas 2 Vi

Re: [JAVA3D] Multiple canvas views of the same scene resulting in lost textures

2004-08-17 Thread Mike Pilone
Paul, This sounds similar to Issue 18: https://java3d.dev.java.net/issues/show_bug.cgi?id=18 The last comment on this issue states that textures are disappearing. It looks like the Sun guys can't reproduce it, so if you come up with a test case, it would help. -mike -Original Message-

Re: [JAVA3D] Multiple canvas views of the same scene resulting in lost textures

2004-08-17 Thread Paul Brown
Hi Mike, Yes, the reporter of that issue thought my problem was similar. The website reports that the issue has been fixed and I look forward to trying the next release. In the meantime, I would be grateful if anyone can suggest a workaround. Thanks, -Paul ==