KhronosGroup/glTF

How to convert 3d face coordinates into gltf ?

aishwarya123mathpati opened this issue · 1 comments

I am having 3d face coordinates as x, y and z coordinates and I wanted to store these data into glTF file format and wanted to show as point cloud ?

I have tried with pygltf or some other libraries but nothing works.

Please suggest us proper solution.

Thanks in advance!

This repository is for maintaining the specification of glTF. It is not a generic support forum. Such questions should rather be asked e.g. in the forum at https://community.khronos.org/c/gltf-general/45

Even there, you should include additional details, e.g. the programming environment or where exactly the points are coming from (some CSV file or so...?). If you provide this information here, maybe one can at least give a short pointer or hint...