I have loaded a .PLY pointcloud in a table and formated correctly with a python script.
I can draw it perfectly with circles instances in a GEO. But I think that it would be better, if I createt the pointCloud image with an GLSL particle system.
How can I create the GLSL parcicle system from a CHOP (tx, ty, tz, r, g, b).
What object have you instanced? An sphere?
I have about 200K instances, and I tried with spheres and circles. With the first one is very slow, and in circles when I rotate, in 90*angle, it disappears.
Because that, I thought it will be better with the GLSL