Hi,

I need to change the number of divisions of sphere primitive
once they have been rendered. I tried to use the methods
"setNumVertices" respectively "setNumTriangles", but it's not
updating my sphere primitive on screen.

However, if I invoke the "getNumVertices" or "getNumTriangles",
each sphere primitve returns the correct value I set previously.

So I guess it's a matter of "re-rendering" the scene again,
but I thought the render would loop continuously...

Otherwise, I guess I would have to detach my primitive, create
a new one, and attach it back...

Thanks in advance,
Olivier

* * * Olivier Christophe Heyard * * *
*    Computer Science Department    *
* University of Aberdeen / Scotland *
*        [EMAIL PROTECTED]         *
* * * * * * * * * * * * * * * * * * *
 My PGP (DH/DSS) Key is available on
               request
* * * * * * * * * * * * * * * * * * *

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