Hi Java3D: I can get my program to run as an application. But, when I try to run it as an applet I get a null pointer exception in my ImageComponent2D. I am a newbie so I do not know where I am going wrong. What is it that I do not know? Can I get a clue? Michael Carter, student -
===
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".
do u have a sample (simple and complete) program
justfor me to start with and to get an idea how is it done?thanks a
lot!lorena
The Java 3D Frequently Asked Questions list for Monday July 16 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 ther
The error message you report:
NullPointerException at
Javax.media.j3d.ImageComponent2D(ImageComponent2D.java:166)
is coming from a NullPointerException apparently when you
execute line:
Texture2D texture =
new Texture2D(Texture.BASE_LEVEL,
Texture.RGB,
I plotted a 3D graph consists of X-axis, Y-axis, and Z-axis with their lebels and put
it on a Canvas3D. I also uses Sphere objects to represent data on the graph. I want to
redraw my 3D graph when some data changes. This means that I want to remove the old 3D
graph from Canvas3D and put a new g
sorry, i've just sent a mail in a rich text
format.. i'm pretty sure almost everyone here doesnt use ms os.
anyway, i'm new here and i wanted to make a 3dgraph
for values presentation... i've found a sample HelloUniverse. but found
Canvas3D and Shape3D missing. can anybody please give me j
Lorena,
You need to go to the Javasoft web site and download Java3D first. You
might want to read the tutorial they provide there, too.
http://java.sun.com/products/java-media/3D/
Adrian
Lorena <[EMAIL PROTECTED]>@JAVA.SUN.COM> on 16/07/2001 11:14:31 AM
Please respond to Discussion list for
>Hi Todda
>
>Probably this might help you.
>
>Point3d _point3d = _canvas.getStartPosition ();
Thanks for reply Anand, but I can´t find a getStartPosition() method in the
Java3d API (in class canvas3d). Can you help me here?
Thanks
Todda
>
>
>
>
>
>
>Tor Einar Kj $BS (Bkleiv <[EMAIL PROTECTED]