[JAVA3D] works as an application but not as an applet for ImageComponent2D

2001-07-15 Thread Michael Carter
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 -

[JAVA3D]

2001-07-15 Thread Lorena
=== 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".

[JAVA3D] java3d sample

2001-07-15 Thread Lorena
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

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

2001-07-15 Thread The Java 3D FAQ
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

Re: [JAVA3D] works as an application but not as an applet for ImageComponent2D

2001-07-15 Thread Charles Bell at home
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, 

[JAVA3D] need some help

2001-07-15 Thread Miss Churee Theetranont
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

[JAVA3D] newbie

2001-07-15 Thread Lorena
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

Re: [JAVA3D] newbie

2001-07-15 Thread Adrian Jon Brown
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

Re: [JAVA3D] Picking a cube

2001-07-15 Thread Tor Einar Kjørkleiv
>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 $BS (Bkleiv <[EMAIL PROTECTED]