question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AssimpLoader issues

See original GitHub issue

Two 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:closed
  • Created 6 years ago
  • Comments:11 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
rchadwiccommented, Aug 9, 2017

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?

1reaction
makccommented, Aug 9, 2017

Assimp has a bunch of code like

if (shortened) {
    // write one thing
} else {
    // write another thing
}

in their exporter, but I have no idea how to control that setting. Asking them now.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found