assimpjs
assimpjs copied to clipboard
Can I write/add an importer in JS?
I don't know C++, so I cannot add an importer to the original C++ source; can it be done in JS?
New importers should be added in C++ to the original assimp repository. assimpjs adds no extra functionality, it's just a compilation of assimp to javascript.