Is it possible to convert JSON File to glb/gltf/stl/obj/fbx?

Hi

I know , such a question is not relevant tp this forum, but I didn’t find an answer for it anywhere, so I decided to ask this question here, I have a json file to build a huge wireframe, but I need to convert this json file to glb, because the json file is so massive. is it possible to help me.

Hello, you will have to first create a mesh out of your json using Babylon toolset (like create a VertexData and so on). then you can use scene features to generate a glb for instance

Excellent paper about how to create a custom mesh: Create Custom Meshes From Scratch | Babylon.js Documentation

1 Like

Thank you so much. :pray: :pray: :pray: