Search code examples
directx-9assimp

How to load .obj file using ASSIMP into DirectX9


I am new to 3D world, I have been learning DirectX9 to understand basics of graphics, meanwhile I intend to keep 3D programming cross platform as much as possible, therefore I am planing to use ASSIMP mesh importer rather than using native D3DXLoadMeshFromFileX.. function, however I can't find any neat tutorial on integrating ASSIMP into DirectX9.

Can you help me with this or Suggest any resource where ASSIMP integration is detailed?


Solution

  • You will find a lot of tutorials how to integrate Assimp into an OpenGL-based renderer ( for instance this one: OpenGL-based rendering with Assimp.

    Or you can take a deeper look onto this post about the DX9.0 based rendering: DX9.0 based Assimp-rendering .