> > 2) use by reference:
> > It is possible that several GeometryArray objects share a single
> > reference array.
> > I suppose that the updateData method must be called for every
> > GeometryArray object, am I right ?
> > But all this objects share the same reference array so I can change it
> > only once. So how do I do changes in this case ?
> > What actions must be done in the GeometryUpdater class ?
>
> while the API allows sharing of reference data by several GeometryArray, this is not
> recommended and should not be done. We recommend that you share GeometryArray object
> and not the reference data themselves.
Could you put this into the API documentation please.
===========================================================================
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".