AssimpLoader issues
See original GitHub issueTwo things here:
1 it does not use loading manager
2 it says ‘shortened binaries not supported’, but I think assimp (now ?) does that by default when I do assimp export my.file to.assbin
or assimp export my.file to.assimp
- how should I create non-shortened file?
(#10255 @Virtulous )
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (10 by maintainers)
Top Results From Across the Web
Issues · assimp/assimp - GitHub
The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure. - Issues · assimp/assimp.
Read more >c++ - Assimp load fbx texture failed, POSSIBLE ISSUE: unit 0 ...
This is a common question in the assimp-project. You can find an example how to load embedded textures here: How to deal with...
Read more >assimp:assimp_fuzzer: Heap-buffer-overflow in _m3d_safestr
Issue 34416: assimp:assimp_fuzzer: Heap-buffer-overflow in _m3d_safestr. Reported by schedule ClusterFuzz-External ClusterFuzz-External.
Read more >Loading Models Using Assimp // OpenGL Beginners Series
... enable the depth test in order to solve a visual problem with the rendered model. Assimp homepage: https://www. assimp.org/ Assimp binary ...
Read more >assimp - LearnOpenGL
A common issue is that there are dozens of different file formats where each exports the model data in its own unique way....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ah, found it. The inclusion of the metadata causes the read to offset incorrectly. https://github.com/assimp/assimp/commit/6c6a8fe671b927bf7ff37157436e803931b8ca68
I think I can handle this. Can you email your test file?
Assimp has a bunch of code like
in their exporter, but I have no idea how to control that setting. Asking them now.