WIP: ThreeJS JSON Model format 3.1 loadShape()
in
Share your Work
•
28 days ago
I had a first try creating a loader for
JSON Model format 3.1 used by
Three.js.
This format would be a good alternative to .obj files because you can load remote resources just using JSONObject
You can find a simple sketch loading a model exported using Blender and the
ThreeJSLoader.pde
class on Gist:
I hope you find this interesting and, why not, fill the gaps in the code