Mercurial > hg > Game > Cerium
comparison TaskManager/Test/simple_render/task/create_sgp.cpp @ 102:62679f4cae18
tag:first_render_with_spe fix
author | gongo |
---|---|
date | Mon, 03 Mar 2008 17:15:28 +0900 |
parents | 663bc2a213f5 |
children |
comparison
equal
deleted
inserted
replaced
101:c31499d11926 | 102:62679f4cae18 |
---|---|
9 int nnpn = -1; | 9 int nnpn = -1; |
10 SceneGraphNodePtr node; | 10 SceneGraphNodePtr node; |
11 | 11 |
12 Polygon *t; | 12 Polygon *t; |
13 t = sg; | 13 t = sg; |
14 | 14 |
15 while(t) | 15 while(t) |
16 { | 16 { |
17 node = &sgp->node[i]; | 17 node = &sgp->node[i]; |
18 | 18 |
19 node->size = t->size; | 19 node->size = t->size; |