ULRE/inc/hgl/graph/SceneRoot.h

24 lines
462 B
C++

#ifndef HGL_GRAPH_SCENE_ROOT_INCLUDE
#define HGL_GRAPH_SCENE_ROOT_INCLUDE
#include<hgl/graph/Camera.h>
namespace hgl
{
namespace graph
{
/**
* 场景根节点
*/
class SceneRoot
{
Camera *camera; ///<根相机
public:
};//class SceneRoot
}//namespace graph
}//namespace hgl
#endif//HGL_GRAPH_SCENE_ROOT_INCLUDE