Mercurial > hg > Game > Cerium
comparison TaskManager/Test/simple_render/task/create_sgp.cpp @ 48:70a0ac46133e
*** empty log message ***
author | gongo |
---|---|
date | Fri, 15 Feb 2008 16:09:42 +0900 |
parents | 1e17e0b441a7 |
children | 6bc72fde6615 |
comparison
equal
deleted
inserted
replaced
47:8266445bdac2 | 48:70a0ac46133e |
---|---|
1 #include <iostream> | 1 #include <iostream> |
2 #include "scene_graph_pack.h" | 2 #include "scene_graph_pack.h" |
3 #include "polygon.h" | 3 #include "polygon.h" |
4 using namespace std; | 4 using namespace std; |
5 | 5 |
6 int create_sgp(SceneGraphPack *sgp, Polygon *sg) | 6 int create_sgp(Polygon *sg, SceneGraphPack *sgp) |
7 { | 7 { |
8 int i = 0; | 8 int i = 0; |
9 int nnpn = -1; | 9 int nnpn = -1; |
10 SceneGraphNodePtr node; | 10 SceneGraphNodePtr node; |
11 | 11 |