Change Point cloud color just once after it is created

https://www.babylonjs-playground.com/#UI95UC#90
(my best attempt)

  1. I want to create a point cloud.
  2. Then user selects it’s color
  3. point cloud is updated to this color.

Do not want:
Color updated every frame. Point cloud is updated just once it is created.

Hi,

a very naive approach, but why not do something like this - https://www.babylonjs-playground.com/#UI95UC#93 ?

1 Like

Oh Cool, that’s works really well! Thank -you for that,I was a bit stuck on how it could be done!
Cheers