JSON to OBJ converter (or a more modern format)

Hi I have two json files (.js extension tho) is there any online converter or a way to import them into blender so I can export them to a modern format (glb or fbx)?

Or even convert them into an OBJ so then I can import that into blender and export as glb or fbx…

I have tried the json importer with blender but it just chucked an error message any idea how I can convert them?
thanks kind regards
tree.js (831.1 KB)
butterfly.js (56.9 KB)

One was is to use a really old version of the three.js editor and then export both files to OBJ. Try it with r70 or something similar. You can change the release in the URL:

https://rawcdn.githack.com/mrdoob/three.js/r70/editor/index.html

2 Likes

Thanks Mugen! surprisingly worked !