assimpjs
assimpjs copied to clipboard
The emscripten interface for the assimp library that allows you to import 40+ 3D file formats in the browser.
Hi, I am the maintainer of the Asset-Importer-Lib Repo. Thanks for all your great work here. I am impressed that you have addressed the wasm issue already. I am currently...
First, thanks Viktor, for creating this extremely useful library! I've found it to work much better on my .obj files than the built-in loaders for three.js and babylonjs. My question:...
Resolves #11. It is necessary to update emsdk to latest version in order to generate declaration files.
I mainly code in TypeScript, and it would be beneficial to have compile-time type checking for this library, both in debugging and in production. I noticed the relevant [issue](https://github.com/emscripten-core/emscripten/issues/7083) in...
Good day. The Readme states that only the .gltf format is currently supported. I have tried uploading .fbx and .obj files and they also work correctly. Do you plan to...
Good afternoon. I want to test this example with https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/InterpolationTest different type of actions. Right now, when exiting assimp, I can't get information about the type of interpolation that should...
Hi, I've been trying to understand for the past couple of days how the material system works in this port. Yes, the resulting JSON has a material property, but it...
I don't know C++, so I cannot add an importer to the original C++ source; can it be done in JS?
Hi, I am trying to convert a gltf2 file into glb2 by adding all the files to the filelist. But the resultant "glb" file still has uri's to texture files....