Mercurial > hg > Members > kono > Cerium
comparison Renderer/Engine/viewer.h @ 909:2683838396c6
fix..
author | Yutaka_Kinjyo |
---|---|
date | Tue, 20 Jul 2010 04:45:36 +0900 |
parents | 62838c1cd4b0 |
children | 05696567d1d2 |
comparison
equal
deleted
inserted
replaced
908:830bcfbde3bc | 909:2683838396c6 |
---|---|
8 #include "KeyStat.h" | 8 #include "KeyStat.h" |
9 #include "MainLoop.h" | 9 #include "MainLoop.h" |
10 #include "Application.h" | 10 #include "Application.h" |
11 #include "SceneGraphRoot.h" | 11 #include "SceneGraphRoot.h" |
12 #include "ViewerDevice.h" | 12 #include "ViewerDevice.h" |
13 #include "matrix.h" | |
13 | 14 |
14 class SceneGraphRoot; | 15 class SceneGraphRoot; |
15 | 16 |
16 class Application; | 17 class Application; |
17 | 18 |
68 void run_move(HTaskPtr task_next); | 69 void run_move(HTaskPtr task_next); |
69 void run_collision(); | 70 void run_collision(); |
70 void rendering(HTaskPtr task_next); | 71 void rendering(HTaskPtr task_next); |
71 void common_draw(HTaskPtr task_next); | 72 void common_draw(HTaskPtr task_next); |
72 void common_rendering(HTaskPtr task_next, SceneGraphRoot *sgroot); | 73 void common_rendering(HTaskPtr task_next, SceneGraphRoot *sgroot); |
74 | |
75 void create_pp_task(SceneGraphPtr sg, TaskManager *manager, int spe_num, HTaskPtr task_next, | |
76 MatrixListInfo *matrix_info); | |
77 void check_matrix(MatrixListInfo *matrix_info,SceneGraphPtr sg); | |
73 | 78 |
74 void spe_rendering(HTaskPtr task_next); | 79 void spe_rendering(HTaskPtr task_next); |
75 void spe_draw(HTaskPtr task_next); | 80 void spe_draw(HTaskPtr task_next); |
76 // void exchange_sgroot(TaskManager *manager); | 81 // void exchange_sgroot(TaskManager *manager); |
77 | 82 |