VTK
I have some colors corresponding to points. How to render point clouds and set colors for each point
Web
finetjul
(Julien Finet)
November 18, 2022, 8:35am
6
yes
no, you shall do
colors[i] = i
and map colors into a
vtkColorTransferFunction.newInstance()
show post in topic