merged codes into RenderList they from SceneTreeToRenderList.

This commit is contained in:
2021-06-19 20:31:07 +08:00
parent 22e37512f6
commit 3bb74b99cc
6 changed files with 204 additions and 285 deletions

View File

@@ -34,7 +34,6 @@ SET(SCENE_GRAPH_HEADER ${SG_INCLUDE_PATH}/Light.h
${SG_INCLUDE_PATH}/RenderNode.h
${SG_INCLUDE_PATH}/SceneOrient.h
${SG_INCLUDE_PATH}/RenderList.h
${SG_INCLUDE_PATH}/SceneTreeToRenderList.h
${SG_INCLUDE_PATH}/InlineGeometry.h
#${SG_INCLUDE_PATH}/Mesh.h
#${SG_INCLUDE_PATH}/Material.h
@@ -45,7 +44,6 @@ SET(SCENE_GRAPH_SOURCE RenderList.cpp
SceneNode.cpp
SceneOrient.cpp
InlineGeometry.cpp
SceneTreeToRenderList.cpp
#InlinePipeline.cpp
#Material.cpp
#Mesh.cpp