Incorrectly loading a model, Adding a VertexArray abstraction
* Using import library assimp to incorrectly load a cube.obj * Using a temporary Renderable class as a placeholder for all data needed to render the mesh. * Vertex Array abstraction added
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -16,3 +16,6 @@
|
||||
[submodule "ImGui"]
|
||||
path = libs/ImGui
|
||||
url = https://github.com/ocornut/imgui.git
|
||||
[submodule "assimp"]
|
||||
path = libs/assimp
|
||||
url = https://github.com/assimp/assimp.git
|
||||
|
Reference in New Issue
Block a user