Bura Tino wrote:
(BTW, I'll address this in another email soon... but if I keep the update code, my program does run out of memory eventually (although there are no new classes being created!!!!))What else can it be? As a reminder, I have this code: for (int i = 0; i < height;i++) for (int j = 0; j < width; j++) myTA.setCoordinate(i*width+ j, mySurface.pGet(i, j));
Hi, you could try with by reference geometry/GeometryUpdater. Bye =========================================================================== 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".
