GraphicsProgramming / learnd3d11

Learn how to D3D11
https://graphicsprogramming.github.io/learnd3d11/
MIT License
151 stars 25 forks source link

1-3-2: Models - Introduce Assimp #62

Open deccer opened 2 years ago

deccer commented 2 years ago

Show how to load a model using assimp, which we are probably going to abstract away already, and not show raw at first

AlexB8675 commented 2 years ago

Decide whether to use Assimp or cGLTF (Assimp is most likely for now)