Mercurial > hg > Game > Cerium
comparison TaskManager/Test/simple_pack/task/create_sgp.cpp @ 84:c2e178b3415f
create SPUSPANLIST no use task/spu_span.cpp
author | chiaki |
---|---|
date | Tue, 26 Feb 2008 21:49:50 +0900 |
parents | 459f54b49648 |
children |
comparison
equal
deleted
inserted
replaced
83:9b0b11bf4085 | 84:c2e178b3415f |
---|---|
43 node->id = 0; | 43 node->id = 0; |
44 node->move = 0; | 44 node->move = 0; |
45 node->interaction = 0; | 45 node->interaction = 0; |
46 node->pn = nnpn; | 46 node->pn = nnpn; |
47 | 47 |
48 node->tex_addr = t->texture_image->pixels; | 48 //node->tex_addr = t->texture_image->pixels; |
49 node->tex_width = t->texture_image->w; | 49 node->tex_width = t->texture_image->w; |
50 node->tex_height = t->texture_image->h; | 50 node->tex_height = t->texture_image->h; |
51 | 51 |
52 if(t->child != NULL) | 52 if(t->child != NULL) |
53 { | 53 { |