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
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
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
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
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
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
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
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