Convert 3D model to SceneJS JSON, including texture
问题 Motive I'm trying to create a small demo application using WebGL. I chose to use SceneJS, because it seemed an easy framework and would more than suffice for this purpose. I have downloaded a couple of .blend models (Amy Rose, amongst others) and exported them as a Collada (.dae) file using Blender. Then I used scenejs-pycollada to convert them to a json model. I just spent a couple of hours getting the scenejs-pycollada convertor to work. Apparently getting those Python dependencies to work