-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supported File Formats #5
Comments
For import almost all assimp formats are supported, and will be in the future. The limitation is about the format you can get the result after conversion. For that only glTF and JSON is supported at the moment. |
Good afternoon. Regarding the storage of information about the structure of materials. |
Hey, assimpjs is just an interface for assimp, it can only show you the format assimp provides the model in. |
Hi, I'm having trouble importing a .step file using assimpjs as it throws an |
As far as I know assimp doesn't fully support For a fully functional |
Thanks for your response and the suggestion of using the occt-import-js. I actually already tried it and its STEP-importer works well in my web-application. However for larger files it takes a decent amount of time even with minimized I appreciate your insights and if you happen to have further information or resources that could help me speed up the STEP-importer, I would be really grateful for your input. |
You can comment out this line and rebuild the package to try out IFC importer: Line 40 in d626c42
I don't have any information about the quality of it for step files, but maybe it's worth asking the assimp developers. |
Unfortunately, commenting out this line did not fix the importer. However, I noticed that the size of the wasm file only increased by about 1MB, bringing the total size to 5.6MB. This seems unusual because you mentioned a "dramatic decrease" in the file size. I'm not certain if this is the expected result. |
Maybe my memory failed me, I remembered the change as dramatic. 🙂 |
Thanks for letting me know. I'll continue exploring other potential solutions and if I find a fix, I'll be sure to share it with you. |
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 disable support for other formats other than .gltf in the future?
The text was updated successfully, but these errors were encountered: