comparison Renderer/Engine/viewer.cc @ 510:97e1b0346597

continue...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 12 Oct 2009 15:48:40 +0900
parents 8148c81d2660
children 997490a061ee
comparison
equal deleted inserted replaced
509:8148c81d2660 510:97e1b0346597
100 this_time = 0; 100 this_time = 0;
101 frames = 0; 101 frames = 0;
102 102
103 sgroot = new SceneGraphRoot(this->width, this->height); 103 sgroot = new SceneGraphRoot(this->width, this->height);
104 104
105 app->init(manager, this->width, this->height); 105 app->init(this, this->width, this->height);
106 106
107 mainLoop(); 107 mainLoop();
108 } 108 }
109 109
110 110