Mercurial > hg > Members > kono > Cerium
comparison TaskManager/Test/simple_render/task/update_sgp.cpp @ 89:a309cf4eafc5
*** empty log message ***
author | gongo |
---|---|
date | Wed, 27 Feb 2008 17:26:40 +0900 |
parents | 61bacd3b4405 |
children | 663bc2a213f5 |
comparison
equal
deleted
inserted
replaced
88:504899860e66 | 89:a309cf4eafc5 |
---|---|
1 #include <string.h> | |
1 #include <math.h> | 2 #include <math.h> |
2 #include "scene_graph_pack.h" | 3 #include "scene_graph_pack.h" |
3 #include "sys.h" | 4 #include "sys.h" |
4 using namespace std; | 5 using namespace std; |
5 | 6 |
40 } | 41 } |
41 | 42 |
42 // まあこれは多分駄目なんだけど。 | 43 // まあこれは多分駄目なんだけど。 |
43 // in/out と update は分ける必要ある? | 44 // in/out と update は分ける必要ある? |
44 // それはユーザ側で in/out になるように書かせるもの? | 45 // それはユーザ側で in/out になるように書かせるもの? |
45 //memcpy(_sgp, sgp, sizeof(SceneGraphPack)); | 46 memcpy(_sgp, sgp, sizeof(SceneGraphPack)); |
46 | 47 |
47 //return sizeof(SceneGraphPack); | 48 //return sizeof(SceneGraphPack); |
48 return 0; | 49 return 0; |
49 } | 50 } |