Skip to main content
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more. View results.
Filter by
Sorted by
Tagged with
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, ...
user1785730's user avatar
  • 3,759
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 ...
Slugarius Maximur's user avatar