Skip to content
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

[FBX] Embedded Texture in ASCII FBX doesn't seems to be read #1957

Closed
Natches opened this issue May 12, 2018 · 1 comment
Closed

[FBX] Embedded Texture in ASCII FBX doesn't seems to be read #1957

Natches opened this issue May 12, 2018 · 1 comment
Labels
Bug Global flag to mark a deviation from expected behaviour

Comments

@Natches
Copy link

Natches commented May 12, 2018

I found that there isn't any texture found from this FBX file, but one is embedded in ( line : 432 ).
I think this is because this FBX is saved in ASCII and when ASSIMP try to load the content, it seems to fail here ( line : 310 of FBXMaterial.cpp ) :
if (!token.IsBinary()) { DOMWarning("video content is not binary data, ignoring", &element); }.
At the end there is no Texture in the aiScene.
Here is the FBX : TexturedCube.zip .

@kimkulling kimkulling added the Bug Global flag to mark a deviation from expected behaviour label Oct 23, 2018
@kimkulling
Copy link
Member

Closed by #2407

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Global flag to mark a deviation from expected behaviour
Projects
None yet
Development

No branches or pull requests

2 participants