diff TaskManager/Test/simple_pack/task/create_sgp.cpp @ 68:35a6cf176c38

*** empty log message ***
author chiaki
date Sun, 17 Feb 2008 21:45:07 +0900
parents 0c8ae614d421
children 459f54b49648
line wrap: on
line diff
--- a/TaskManager/Test/simple_pack/task/create_sgp.cpp	Sun Feb 17 19:04:29 2008 +0900
+++ b/TaskManager/Test/simple_pack/task/create_sgp.cpp	Sun Feb 17 21:45:07 2008 +0900
@@ -45,6 +45,10 @@
 	node->interaction = 0;
 	node->pn = nnpn;
 
+	//node->tex_addr = t->texture_image;
+	node->tex_width = t->texture_image->w;
+	node->tex_height = t->texture_image->h;
+
 	if(t->child != NULL)
 	{
 	    nnpn = i;