[JAVA3D] How to download Java 3D API?

2001-09-14 Thread Milan Stanojevic
When I try to download J3D API form Sun's site I get message: Your domain is denied exports from United States. What should I do to be able to download J3D API? I am from Yugoslavia and there is no economic or any other sanctions that are imposed on my country. Thanks, Milan =

Re: [JAVA3D] What's up with www.j3d.org?

2001-09-14 Thread Joel Shellman
If you need a new host, we would be happy to offer hosting of j3d.org free of charge. It would be very well connected at an excellent data center. Whoever is responsible for it, if you are interested in our offer, please contact me at [EMAIL PROTECTED] and we can get it set up right away. Joel S

Re: [JAVA3D] Loaders in applets

2001-09-14 Thread Kevin J. Duling
I can see a few problems here. First, if I understand Fergus' statement correctly, this is modified from someone else's plug-in code.  Instead, the basic HTML should have been written and the Java Plug-in HTML Converter app should have been used to generate this HTML.  I've never fou

Re: [JAVA3D] What's up with www.j3d.org?

2001-09-14 Thread Giles
Yes, j3d.org is hosed. Justin's ISP has decided to bandwidth limit the site to 48K as he is using up alot of his ISP's bandwidth. In the process they screwed something up. We are looking at options of moving it to the US currently. No timeframe from his ISP when they can fix the problem but th

Re: [JAVA3D] question

2001-09-14 Thread Ahmed Shakil
Title: Help Silvano,   Here's some sample code for what Carolina has suggested you. You cannot remove anything in a live scene from TransformGroup until you detach the parent BranchGroup of the TranformGroup. Remove the children and attach the BranchGroup back to the scene.     Bra

Re: [JAVA3D] Loaders in applets

2001-09-14 Thread Fergus Murray
Well, I've actually given up and won't be on this list after today, unless I subscribe again later at a different address, but in case it helps anyone else here is my HTML file. I'm afraid it's weird and cluttered; I've always been a little bit vague about how all the different ways of including

Re: [JAVA3D] Bug or feature in View.setScale ?

2001-09-14 Thread Kevin Rushforth
View.setScale is supported in perspective mode. However, in the default case where (0,0,0) in view platform coordinates is centered about the eye (view attach policy of NOMINAL_HEAD), a scale will have no visible effect on the size of the object, due to perspective. The objects are getting small

Re: [JAVA3D] Loaders in applets

2001-09-14 Thread Joachim Diepstraten
Hi Fergus > I wonder if I've got any chance of getting a different loader to work by > the end of today. I'm ready to give up on getting NCSA to work in an applet. Well I think it would be easier if you post your complete HTML-File so people might spot the problem. EOF, J.D. -- No signature t

Re: [JAVA3D] Loaders in applets

2001-09-14 Thread Fergus Murray
>did you add the codebase attribute? >archive="Viewer.jar, MS3DLoader.jar, >ledatastream15.zip"> Yes. I've tried it with a dot, with the actual path to the applet, and without the codebase attribute. I wonder if I've got any chance of getting a different loader to work by the end of today. I'm

[JAVA3D] What's up with www.j3d.org?

2001-09-14 Thread Joachim Diepstraten
Hi I can't seem to reach the site since 2 days. The traceroute stops somewhere in Perth.net EOF, J.D. -- No signature today === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signo

[JAVA3D] Bug or feature in View.setScale ?

2001-09-14 Thread Dipl. Ing. Paul Szawlowski
Hi all, What is the reason that setScale is not supported in perspective projection ? I would like to set the distance eye point - image plate (which defines also the projection) e. g. with View . set FieldOfView. And then I would like to scale the whole scene with View.setScale which does not wo