Mercurial > hg > Game > Cerium
diff TaskManager/Test/test_render/Application/Chain.cc @ 526:413667c70a1d draft
fix
author | tkaito@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Thu, 22 Oct 2009 01:31:09 +0900 |
parents | 8d86242337ba |
children | 3527ba243767 |
line wrap: on
line diff
--- a/TaskManager/Test/test_render/Application/Chain.cc Wed Oct 21 21:05:34 2009 +0900 +++ b/TaskManager/Test/test_render/Application/Chain.cc Thu Oct 22 01:31:09 2009 +0900 @@ -210,8 +210,11 @@ SceneGraphPtr root_chain, chain; //ChainProperty r; manager = manager_; - - sgroot->createFromXMLmemory(manager, "xml_file/chain.xml"); + // 未実装 + char *data = {"1"}; + int len = 0; + sgroot->createFromXMLmemory(manager, data, len); + //sgroot->createFromXMLmemory(manager, "xml_file/chain.xml"); /* SPE に送る property の配列の領域確保 */ properties[0] = (ChainPropertyPtr)manager->allocate(sizeof(ChainProperty)*CHAIN_LEN);