as Alessandro Borges already told you, you are having too much subdivisions
for your sphere :
 Sphere(float radius, int primflags, int divisions,
javax.media.j3d.Appearance ap)

you are creating a sphere about 800*800 quads, that is 800*800*2 triangles
or 1.280.000 triangles...

it's a bit much don't you think ?


----- Original Message -----
From: "Snah Clouse" <[EMAIL PROTECTED]>
To: <JAVA3D-INTEREST@JAVA.SUN.COM>
Sent: Monday, February 21, 2005 2:24 PM
Subject: Re: [JAVA3D] Help with java3d


> didnt help :( can i send you source files so you can see whats the
problem?
>
>
===========================================================================
> 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".
>
>

===========================================================================
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".

Reply via email to