comparison Renderer/Engine/SceneGraph.cc @ 2041:363b7c401c79 draft

Make Rendefing Engine
author Shin,ichi Uehara
date Mon, 23 Mar 2015 17:47:12 +0900
parents 6748a09c63cb
children cf10def20fb7
comparison
equal deleted inserted replaced
2039:892c77a1529f 2041:363b7c401c79
10 #include "TextureHash.h" 10 #include "TextureHash.h"
11 #include "texture.h" 11 #include "texture.h"
12 #include "TaskManager.h" 12 #include "TaskManager.h"
13 #include "polygon_pack.h" 13 #include "polygon_pack.h"
14 #include <ft2build.h> 14 #include <ft2build.h>
15 #include <freetype/freetype.h> 15 //#include <freetype/freetype.h>
16 #include <freetype.h>
16 17
17 using namespace std; 18 using namespace std;
18 19
19 SceneGraphPtr scene_graph = NULL; 20 SceneGraphPtr scene_graph = NULL;
20 SceneGraphPtr scene_graph_viewer = NULL; 21 SceneGraphPtr scene_graph_viewer = NULL;