Changing the appearance of individual points in a pointarray

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Changing the appearance of individual points in a pointarray

Paul_dg
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?

Thanks in advance.
Reply | Threaded
Open this post in threaded view
|

Re: Changing the appearance of individual points in a pointarray

gouessej
Administrator
Hi

You can modify the colors used in a PointArray instance but I don't know whether it would work for a transparency interpolator.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: Changing the appearance of individual points in a pointarray

hharrison
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.

Harvey
Reply | Threaded
Open this post in threaded view
|

Re: Changing the appearance of individual points in a pointarray

Paul_dg
Okay, that was what I thought.

Thank you!