Changing the appearance of individual points in a pointarray
Hi,
A pretty basic question but I'm not sure if it's possible: can I change the appearance (a transparency interpolator for example) of individual points inside a pointarray? or should I use individual objects to do such a thing?
Re: Changing the appearance of individual points in a pointarray
All of the Appearance information is associated with the Shape3D, not the GeometryArray, so you'll need a separate Shape3D for each object you want to vary the appearance of.