comparison TaskManager/Test/simple_pack/task/create_sgp.cpp @ 77:459f54b49648

*** empty log message ***
author chiaki
date Mon, 18 Feb 2008 14:33:05 +0900
parents 35a6cf176c38
children c2e178b3415f
comparison
equal deleted inserted replaced
76:5a1a5f4c28fd 77:459f54b49648
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; 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 {