How to convert 3d face coordinates into gltf

Hi,
I am having 3d coordinates of face in a csv file that is x, y and z coordinates of face landmarks, I wanted to store these coordinates into glTF file format and wants to show these point as a point cloud when we visualize glTF file.

Below are the system specification -
Programming lang - Python 3.10
OS - Windows 11

Please reply!

Try Trimesh (Github). Load points and faces in quads or triangles as mesh. It provides API to be exported as glTF