Re: [JAVA3D] Sphere rendering problem

2002-01-21 Thread David Yazel
int at the camera. Dave Yazel - Original Message - From: Nitin.Jain <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 21, 2002 10:08 AM Subject: [JAVA3D] Sphere rendering problem Hi, We have an application in which we need to display thousands of sphere(up

[JAVA3D] Sphere rendering problem

2002-01-21 Thread Nitin.Jain
Hi, We have an application in which we need to display thousands of sphere(upto 50k) at a time. The standard java3D Sphere class takes lot of memory and gives an OutOfMemory error. I tried sharing the Appearance object (as suggested in the archives) but it hardly improves the condition. It only d