Re: [JAVA3D] Program error

2001-02-26 Thread Shaun Shepherd
MAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 24, 2001 12:04 PM Subject: Re: [JAVA3D] Program error > Hello Shaun, > > What makes you believe that this is a stack overflow problem? Are you using > some kind of tool, or you were able to tell from the log file? Th

Re: [JAVA3D] Program error

2001-02-24 Thread Syrus Mesdaghi
--- - Original Message - From: "Kyle Wayne Kelly" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 24, 2001 2:05 AM Subject: Re: [JAVA3D] Program error > Any infinite recursive loop will overflow the stack, no matter how large the > st

Re: [JAVA3D] Program error

2001-02-23 Thread Kyle Wayne Kelly
CTED]> Sent: Friday, February 23, 2001 10:02 AM Subject: [JAVA3D] Program error > Hi, > I'm currently running a driving program in a loop that updates the scene > every 10 milliseconds via a thread. In this loop I am updating several > transform3D's as well as a f

[JAVA3D] Program error

2001-02-23 Thread Shaun Shepherd
Hi, I'm currently running a driving program in a loop that updates the scene every 10 milliseconds via a thread. In this loop I am updating several transform3D's as well as a few counters and trig calculations. I run the (driving) program using the mainframe class and it works just fine. Th