[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] Fw: JVM crashes when textures are loaded????

2001-07-12 Thread Michael Carter
am not using any of it?   Michael Carter       --- java.lang.NullPointerException at javax.media.j3d.RenderMolecule.addRenderAtom(RenderMolecule.java:1088) at javax.media.j3d.RenderBin.findRenderMolecule(RenderBin.java:3449) at javax.media.j3d.RenderBin.reInsertRenderAtom(RenderBin.java

Re: [JAVA3D] Screensaver crashes app?

2001-07-06 Thread Michael Carter
?   Michael Carter, newbie and student   - Original Message - From: Corysia Taware Sent: Friday, July 06, 2001 3:09 PM To: [EMAIL PROTECTED] Subject: [JAVA3D] Screensaver crashes app?  Has anyone else seen this?  Normally, I don't let my Java3D apps run forseveral minutes without some so

[JAVA3D] How do I start and stop my robot walking

2001-07-06 Thread Michael Carter
Hi Java3D:   I have a robot that walks.  I have five music clips.  I want the robot to start walking on the 5th music clip.  I am using an alpha with behaviors.  Do I need to extend a class with Behavior. I want to be able to turn the walking on and off.   Can somebody give me a clue?   Michael

Re: [JAVA3D] [Java3d] still having a native code error in JVM

2001-07-06 Thread Michael Carter
Hi Java3D family: I am still having problems with the JVM abending. I believe it have something to do with my texture loading. The log kept giving a complaint about the C:\WINDOWS\SYSTEM\IMAGEHLP.DLL. What is this this dll?  I already downloading a copy of my program to Kelvin Chung ( Sun Microsys

[JAVA3D] is sun Microsystems down

2001-07-02 Thread Michael Carter
I can not get on sun Microsystems...are they down?   Michael Carter

[JAVA3D] How do you play midi files (back to back)

2001-07-02 Thread Michael Carter
I found in the java3D archives the following code   import sun.audio.* ; import java.io.* ; . . . InputStream in = new FileInputStream( Filename ) ; AudioStream as = new AudioStream( in ) ; AudioPlayer.player.start( as ) ; -- This code will play midi

[JAVA3D] How do you play midi

2001-07-02 Thread Michael Carter
d.java:256)   * can anyone help.   Michael Carter

[JAVA3D] native code error in JVM

2001-06-26 Thread Michael Carter
    - Original Message - From: Michael Carter Sent: Tuesday, June 26, 2001 3:22 PM To: [EMAIL PROTECTED] Subject: [JAVA3D] [Java3d] native code error in JVM   I am running animation of a mechanical man.  I am using an Alpha object.  Every so often the JVM crashes with the error message

[JAVA3D] [Java3d] native code error in JVM

2001-06-26 Thread Michael Carter
I am running animation of a mechanical man.  I am using an Alpha object.  Every so often the JVM crashes with the error message below. Can anyone help me stop this. Michael Carter, PUC student  An unexpected exception has been detected in

[JAVA3D] mechanical man needs lower axis of rotation

2001-06-24 Thread Michael Carter
legs will stay in contact with the hips. Please can any one help me with this?  I can not find any information about it anywhere.  Michael Carter, PUC student  Here is my sample code below for the legs walking. - Alpha rotationAlpha = new Alpha(-1, Alpha.INCREASING_ENABLE

Re: [JAVA3D] Do not know how to generate a normal - thanks.

2001-06-21 Thread Michael Carter
Thank You John, that was a great hint.  It took me all day but I figured it out. Without you and the JAVA3D mailing-list I would had not been able to figure this out.   Man do I like JAVA3D!   Michael Carter Purdue University Student   - Original Message - From: John Wright Sent: Thursday

Re: [JAVA3D] Do not know how to generate a normal.

2001-06-21 Thread Michael Carter
    Hello JAVA3D world, my name is Michael I am a newbie.  My first project is to port an OpenGL mechanical man to JAVA3D. I am making the torso and feet, which are octahedrons.  I am using TriangleStripArray and QuadArray.  My problem is generating normals for my lighting. I determine that the no