2 questions from the last 30 days
2
votes
2
answers
59
views
What is the purpose of the pkey parameter?
I want to read a diffuse texture like this:
aiGetMaterialString(material,
AI_MATKEY_COLOR_DIFFUSE, // this is the pkey parameter
aiTextureType_DIFFUSE,
...
0
votes
0
answers
74
views
Animation not animating correctly in assimp [closed]
I'm using assimp in my C game engine (which uses Vulkan) to try and animate a model but it's animating extremely weirdly. The animation implementation is based off the learnopengl.com skeletal ...