增加RenderList代码

This commit is contained in:
2019-05-24 21:43:59 +08:00
parent b5bed8c677
commit 194adddb49
5 changed files with 32 additions and 30 deletions

View File

@@ -9,7 +9,7 @@ SET(SCENE_GRAPH_HEADER ${ROOT_INCLUDE_PATH}/hgl/graph/AABox.h
SET(SCENE_GRAPH_SOURCE AABox.cpp
Camera.cpp
# RenderList.cpp
RenderList.cpp
SceneNode.cpp
SceneOrient.cpp
InlineGeometry.cpp)