Many people are wondering how to generate an object from a list of vertices and faces in an OBJ model on babylon.js so I created such a program on babylon playground:
Converter of a list of vertices and faces to a OBJ model on babylon.js | Babylon.js Playground
In the second version, I added the ability to add an image to the generated structure.
Great, but now we need to make sure that images can also be generated procedurally.
To convert an OBJ model to arrays of vertices and faces, you can use my python code:
Convert a blend file to a vertex list and mesh
To convert arrays of vertices and faces to OBJ, you can use my python code:
Converter-of-a-list-of-vertices-and-faces-to-a-OBJ-model
To convert an array of numbers into an image, use my code
To convert an array of numbers into an image, use my python code
maybe someone will come up with some new projects and the project will develop.