[JAVA3D] Executable JAR-files with Java 3D?

1999-12-15 Thread Rudolf J.C. Buijs
Problem: how to create an executable jar-file that will run by double-clicking on it?   I have tried the following on the HelloUniverse example:   1. Create a manifest.mf file containing the line: "Main-Class: HelloUniverse" 2. Run "jar cvfm SimpleUniverse.jar manifest.mf *.class"   If I dou

Re: [JAVA3D] getAll children ? which children ?

1999-12-15 Thread Canoe
Hi, Dave Here has a method and you can try objRoot.addChild(child1); int indexChild1; indexChild1 = objRoot.numChildren() - 1; objRoot.removeChild(indexChild1); rgds Jiang Minhua - Original Message - From: Dave Frost <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, Dece

[JAVA3D] getAll children ? which children ?

1999-12-15 Thread Dave Frost
Hi everyone, I a trying to remove a node at run time. The method getAllChildren() returns an enumeration of nodes, right ? and removeChild( int ) removes the specified node, well how do i calculate which node is represented by a specific number i.e. how do i count up the values of the node, whic

Re: [JAVA3D] animating person in real time

1999-12-15 Thread Evan Drumwright
Ok, I will send the head and the local rotation interpolator as examples.  Keep in mind that these are just modules of a decent sized project and will not compile on their own.  The head requires sub objects- eyes, eyelids, eyebrows, mouth which also move.  Hopefully, this will give you a

[JAVA3D] Transparent JPopupMenu over Canvas3D?

1999-12-15 Thread Blaine Bell
I have been able to generate a JPopupMenu that overlaps the Canvas3D. I have tried to set the properties (both JPopupMenu, and its items), to partially transparent. I get some really weird behavior,(like the unhighlighted menu items do not redraw properly). Is it possible to make the menu trans

Re: [JAVA3D] TriangleArray, flat and dull shading

1999-12-15 Thread Rudolf J.C. Buijs
Hi Patrick:   Thanks for your help. Unfortunately your suggestion didn't change much in the shading so I'll fool around with it a little more ... I am thinking about recalculating surface normals or introducing vertix colors into the model to see if it helps.   Thanks - Rudolf - Origin

Re: [JAVA3D] Object File Loading

1999-12-15 Thread Dennis Doubleday
There is an example use of the .obj file loader in the demo programs that come with the Java 3D distribution. Dennis Doubleday e-mail: [EMAIL PROTECTED] YourFit.com, Inc.phone: 724-940-2202 101 N. Me

Re: [JAVA3D] Object File Loading

1999-12-15 Thread Gregory Hopkins
Hi, You can try looking at: http://www.resplendent.com/StereoGirl.html This has an example of loading in an object with left-eye and right-eye views. The model it loads is quite large so it takes ages to run. If you don't want to wait or haven't got the plug-in installed you can go to http://ww

[JAVA3D] Object File Loading

1999-12-15 Thread PK
Hi all, I'm doing Java 3D for my Final Year Project in University, at the moment I'm trying to load .obj files into a 3D universe, and then play with lighting/texturing. I'm only really a beginner on Java 3D, and haven't a clue how to do this. Can anyone give me help, or maybe a fully worki

[JAVA3D] RotationPathInterpolator for Animation

1999-12-15 Thread Liming CHEN
Hello, I am currently using RotationPathInterpolator to animate virtual human. I first build each part of the human body e.g. legs, arms etc. and then use transformgroup(mainly translations) to form a articulated figure. However, when I use RotationPath Interpolator to animate the motion of each

[JAVA3D] »Ø¸´: [JAVA3D] MY SPECIAL PROBLEM!

1999-12-15 Thread pine peng
Jonathan, Here is an example Virtual tour of Campus of ShangHai University of China. I think it is what you want. If you click the Rectancle in the center of your IE or Netscape, it will jump to the homepage of the university. Pine Peng -Original Message- ·¢¼þÈË: Jonathan Albert C. Val

[JAVA3D] Texturing, coloring and IndexedTriangleArray

1999-12-15 Thread Per Burström
Hi! I have approximately the following code creating an object I load from file. From the file I get a list of vertices with coordinates, normals and texture coordinates. I also get a list of triangles with references to 3 vertices in that list, a color for the triangle and a path to the texture

[JAVA3D] java3d applets doesn't works on Iexplorer

1999-12-15 Thread Sánchez Sanz, Javier
Hi, I'm trying to use java3d applets on the IEXPLORER but it display at the status bar that Explorer can't Instanciate the class or that NoClassDefFound. I have search a lot of documents but I can't find a solution. Please, can anyone tell me how can I see my applet on the fu... IEXplorer ?! thank

[JAVA3D] Java 3D Rotation

1999-12-15 Thread Benedicte Le Grand
Hello, I am currently using Java3d rotations. There are several objects in my application, and I want the rotation to apply only to the selected object. When I select a new object, I detach the rotation from the previously selected object (in order to attach this rotation to the new selected obj