comparison Renderer/Engine/SceneGraphRoot.cc @ 1256:880f989ce52a draft

fix rsync
author Yuhi TOMARI <e095740@ie.u-ryukyu.ac.jp>
date Fri, 18 Nov 2011 17:40:12 +0900
parents 39016616cc26
children 4ba9b622073d
comparison
equal deleted inserted replaced
1255:39016616cc26 1256:880f989ce52a
529 529
530 } 530 }
531 531
532 532
533 void 533 void
534 SceneGraphRoot::void treeApply(int screen_w, int screen_h) 534 SceneGraphRoot::treeApply(int screen_w, int screen_h)
535 { 535 {
536 // don't calcurate sg_draw_tree's brother 536 // don't calcurate sg_draw_tree's brother
537 transTree(sg_draw_tree->children, camera); 537 transTree(sg_draw_tree->children, camera);
538 } 538 }
539 539