Re: [JAVA3D] VRML Loader download problem

2000-10-11 Thread #LAW YEE WEI#
Instructions for obtaining latest source code: (1) You can now access cvsweb with your standard web browser. Simply point your browser to the X3D Open Source CVSWEB service: http://www.web3d.org/TaskGroups/x3d/cvsweb/cvsweb.cgi (2) For regular cvs clients, set the environment variable CVSROOT=:p

[JAVA3D] VRML Loader download problem

2000-10-11 Thread david Xia
I want to use a robust,good VRML Loader Class for Java3D, when I go to Java3D Loader class achieve,besides ncsa portfolio(I am using it,but it seems that for some programs,it does not work fine,I have not figured it out why.), there is one called Xj3d. After I go to the website, I do not know w

[JAVA3D] Human Animation & Modeling : Models, Methods & Demos ...

2000-10-11 Thread P. Flavin
I do Human Animation with Java, Java3d & VRML ... ... and you can to ... For Human Animation use : - H-Anim, the Web3d Human Animation Standard. - VRML / X3D, the Web3d Graphics Standard. - Java3d or Java 1.1. " Human Animation Web Demo with Java 1.1 & VRML " --

Re: [JAVA3D] Java3D application ok,but Applet has security Error

2000-10-11 Thread João Henrique
I got exactly the same problem here. How to avoid this problem, since the call to System.getProperties() is made from the method getBaseName() of ModelLoader? I could load my models perfectly using Sun's ObjectFile loader, even on appletviewer. But using the NCSA's ModelLoader I get that error whe

Re: [JAVA3D] PRoblem with NormalGenerator

2000-10-11 Thread Mohammed Akacem
I have found my fault, I dind 't set the colorindices array Mohammed Akacem schrieb: > to show back and front faces of a cube I am using two Shape3D objects > and two GeometryInfo objects. > I am reversing the coordinatindices array to show the back face.(I > checked that the array is right rev

[JAVA3D] PRoblem with NormalGenerator

2000-10-11 Thread Mohammed Akacem
to show back and front faces of a cube I am using two Shape3D objects and two GeometryInfo objects. I am reversing the coordinatindices array to show the back face.(I checked that the array is right reversed) I tried the whole afternoon but I have no idea why I got the following exception jav

Re: [JAVA3D] Man or Teacher

2000-10-11 Thread Víctor
Yan Laporte wrote: > There is a problem however with moving the character using interpolators... > I don't know why, but it only actually interpolates the movement when the > number of cycle is set to -1 (infinite). Be aware you need to set the interpolator startTime to the current time in ord

Re: [JAVA3D] Man or Teacher

2000-10-11 Thread Mark Ferneau
Yan et all, I believe this is a known (documented) bug that will hopefully be fixed in 1.2.1.  Here's the note from Kelvin: Hi,   This is   bug 4363875 - Interpolator loopCount no longer works   which is fixed in the next release. Basically it affect constructor :  public Alpha(int loopCo

Re: [JAVA3D] Man or Teacher

2000-10-11 Thread Yan Laporte
Hi, I don't say I have a complete solution for you, but I have a set of classes that build a character (in this case a woman) from a set of simple VRML files (homemade loader). It has hiearchical transform groups to monipulate it. It isnFrom: JUAN ANTONIO CABRERO DONCEL <[EMAIL PROTECTED]> >Rep

Re: [JAVA3D] Java3D application ok,but Applet has security Error

2000-10-11 Thread Steve Pietrowicz
The method you're referring to here attempts to do the following: Properties props = System.getProperties(); That's why you're getting the error. At 01:42 PM 10/11/2000 +, david Xia wrote: > I have a problem with the Java3D Applet, my java3D program can run as an >application or

[JAVA3D] Java3D application ok,but Applet has security Error

2000-10-11 Thread david Xia
I have a problem with the Java3D Applet, my java3D program can run as an application or applet. When I run it as an application, no any problem, it works fine. But when I run it as an applet, then it showed the following error message, I do not know what it really means and what is wrong with t

[JAVA3D] Man or Teacher

2000-10-11 Thread JUAN ANTONIO CABRERO DONCEL
I am a student of computing studieds and I am doing the proyect in Java3D and VRML. I find out a man or woman that are made in Java3D and VRML. Thanks. Good bye. ** * Juan Antonio Cabrero Doncel* * I.T. Informática de Gestión * * [EMAIL PROTECTED]

Re: [JAVA3D] Setting Transforms

2000-10-11 Thread Markus Junginger
Shawn, i didn't follow the threads to this issue very carefully, but i know you use native methods. Calling them has a huge overhead as one of my benchmark showed. How often do you call them?  Regards Markus   - Original Message - From: Shawn Kendall Sent: Wednesday, Octo