Demo programs for converting and saving Point-E output to glTF format by pygltflib.
Install Point-E openai/point-e and run examples to verify that your environment is built correclty.
And you also need to install pygltflib
by $ pip install pygltflib
.
Clone this repository, and just run txt2glTF.py
. It produces mesh.gltf
in current directly as a result.
This project is released under MIT License. See the LICENSE file for details.
This project includes some code based on examples in openai/point-e and pygltflib.