Insertion capacity of point cloud data

hello

How many gigabytes of point cloud data can I insert?

Hi,

I’ve stress tested this with filesize of 10GB (.pts file format). I would say that it can handle as much as you have RAM most likely but I personally haven’t tested this with any larger files than 10 GB.

br,
lefa

You probably (also) need enough video memory to hold all the points in the GPU memory at once. In binary form I would expect one point to take at least 3*32 (XYZ single precision float) + 3*8 bits (RGB color) = 15 bytes, so 1 million points take 15 MB of memory.

Can I know the maximum capacity that I can insert?

Thank you.

No, because it depends on your computer.