Since I am working on a 3D plugin + 3D model importer I was wondering if it is possible to render the 3D models inside the Editor? It uses V8 but does it support the <canvas> element? This is not really necessary for the plugin. But it would make things look a lot nicer if I could show my 3D models inside the editor rather than just colored squares.
The models I import are in the JSON format. So I suppose if I went out of my way I could write something that at least would draw the wiremap. But if there is support for the <canvas> tag I could skip all this and just use the 3D rendering library inside the engine.