Three.js - WebGL + Blender

Hi@all,

i just work at a project using Three.js (WebGL). My problem is, that i could not import models including textures from Blender. It seems, that Three.js only imports the mesh from dae (Collada). Google suggested a JSONExporter (io_mesh_threejs) from https://github.com/mrdoob/three.js/tree/master/utils/exporters/blender/2.65/scripts/addons/io_mesh_threejs . I tried to install the addon in Blender 2.70, but it is not possible (doesn’t work).

Can anybody help me? I won’t go back to Blender 2.65, to solve it.

I solve the import problem. THREE imports *.dae files now, but without materials. Is there mo way, to export models from Blender and import to THREE completely?