#ifndef HGL_GRAPH_SCENE_INFO_INCLUDE #define HGL_GRAPH_SCENE_INFO_INCLUDE #include #include namespace hgl { namespace graph { /** * MVP矩阵 */ struct MVPMatrix { Matrix4f model; ///< model: Local to World //Matrix4f normal; ///