> Sent: Friday, November 10, 2000 7:26 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JAVA3D] updating geometry using by reference again
>
>
> > 1) Do I have to use the updataData method if I use the setCoordinate, >
> setCoordinates, setColor, setColors, ... methods ?
>
> You don't have to use updateData() if you use setCoordinate(),
> setColor() etc.
> updateData() method ensures that the coordinate change and color
> change happens as
> one atomic operation. Using the individual method does not gurantee this.
Fine, but is it possible to change geometry in model ( values for vertices
and indices when I used
IndexedTriangleArray) after I created BranchGroup and added it to
SimpleUniverse,
using setCoordinates(), setIndices() ?
I mean, call setCoordinate on live, once created GeometryArray and Shape3D,
without making
any new objects.
I tried to do it like that, but nothing happens.
Andrzej Piasecki
http://bellstream.pl
===========================================================================
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".