[JAVA3D] vrml texture + shading

2001-07-08 Thread heli
hello, can please somebody help me getting a loaded wrl shape3d shaded. I generated a wrl file with blender and added manually appearance Appearance { texture ImageTexture { url "../textures/starship01.png" } } and so i got the texture on it :-) but

[JAVA3D] Class UniverseManager

2001-07-08 Thread Paul Sprakes
I've been following a tutorial on the www.j3d.org site which refers to a class called UniverseManager. I can't seem to find this class anywhere. From what I can tell it's supposed to reside in javax.media.j3d but it's not there and nor does it appear in the api docs. Does anyone know where this cl

Re: [JAVA3D] Class UniverseManager

2001-07-08 Thread Alejandro Sánchez
Paul Sprakes wrote: > I've been following a tutorial on the www.j3d.org site which refers to a > class called UniverseManager. I can't seem to find this class anywhere. From > what I can tell it's supposed to reside in javax.media.j3d but it's not > there and nor does it appear in the api docs. D

Re: [JAVA3D] Class UniverseManager

2001-07-08 Thread Paul Sprakes
It's the Raw 3D tutorial in the 'A window to the world' section. URL: http://www.j3d.org/tutorials/raw_j3d/chapter1/world_window.html It's the very first chapter (I said I was a beginner!). I've solved the problem by using the SimpleUniverse class, I can only presume the UniverseManager class is

[JAVA3D] Screenshots

2001-07-08 Thread David Yazel
Been a while since we posted any screenshots to this group. Java3d continues to an amazing technology and every day we are very happy to be using it. Here are a couple of screenshots showing some of our more recent work. A little information: The avatar is a skin and bones animation and his sta

Re: [JAVA3D] Rotating One Vector Into Another (CORRECTION)

2001-07-08 Thread Kynn Jones
There is an error in the code I posted earlier. The method qVectorRotator returns an incorrect result when the two argument vectors are antiparallel (or nearly so). Here's a fix; the original code, with the error indicated is shown further down below. private static final double TOLERANCE

[JAVA3D] Java 3D FAQ Weekly Posting (09 Jul 2001)

2001-07-08 Thread The Java 3D FAQ
The Java 3D Frequently Asked Questions list for Monday July 9 2001 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 there

[JAVA3D] Need of Equivalent code in Java

2001-07-08 Thread ishwari
Hi,   I have the follg code in c++. I wish to have the equivalent code in Java.. Can anyone help me in getting it??     c++ code:   BYTE arr[8]; double *dbptr;   for(i=0;i<8;i++)     arr[i] = getbyte();   dbptr = (double *)arr;     Thanks in advance,   Regards, ishwari