Replies: 1 comment 1 reply
-
|
Do you have any kind of log? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been attempting to import models like the following:
const aiScene *scene = importer.ReadFile("Models/fbx/Dragon 2.5_fbx.fbx", aiProcess_Triangulate | aiProcess_FlipUVs);This always gives me a valid
sceneobject but nothing is ever populated in the object. Viewing in Visual Studio's debugger shows:And opening
mRootNodeshows:I have tried using pre built binaries and building from source from several different tags. I've also tried several different model formats, but the result is always the same. Has anyone run into this issue?
Beta Was this translation helpful? Give feedback.
All reactions