What's the difference between all the possible export types?

.ply file format supports pointcloud and meshes without textures, while also being able to store data in binary, thus reducing file size. .obj file fomat support pointcloud, meshes and textures, but can’t store data in binary thus increase file size. .gltf or .glb allows you to store the whole volumetric video in a single or in two files.

Did you find this article useful?