This commit is contained in:
hyzboy 2020-05-19 17:28:02 +08:00
parent 00eeeaf1db
commit f016b0d8c5
5 changed files with 6 additions and 7 deletions

@ -1 +1 @@
Subproject commit 74e1d564be1a9c2af21b3fc2e4ca319e23b6616a
Subproject commit a100a10dc8750903e5bf3779c1f337f5a940910e

@ -1 +1 @@
Subproject commit 4ac904d834b45e6cb3edc1767726850615ca89ee
Subproject commit d4087fe96c0acd43d376ec660bd5f1f351755448

2
CMCore

@ -1 +1 @@
Subproject commit fb3f8b1c8631fbd168b1590a83f9d5431f359240
Subproject commit 34eef8fdabd3fe392dcde0d07eab26538e096c77

View File

@ -1,5 +1,4 @@
add_subdirectory(Util)
add_subdirectory(Util)
add_subdirectory(RenderDevice)
add_subdirectory(SceneGraph)
add_subdirectory(Tools)
#add_subdirectory(Tools)

View File

@ -8,7 +8,7 @@
#include<hgl/graph/VertexBuffer.h>
#include<hgl/graph/SceneNode.h>
#include<hgl/graph/NTB.h>
#include<hgl/graph/Material.h>
//#include<hgl/graph/Material/Material.h>
#include<hgl/graph/Mesh.h>
#include<hgl/io/FileOutputStream.h>
#include<assimp/Importer.hpp>