view Renderer/Test/node.h @ 653:7a311860a76e draft

remove global variable "sgroot" , add SgChange.{cc, h} SgMain.cc SgRootChange.{cc, h}
author hiroki@henri.cr.ie.u-ryukyu.ac.jp
date Wed, 25 Nov 2009 21:56:14 +0900
parents 764772be1e3c
children 91e2c96be77b
line wrap: on
line source

#include <stdlib.h>
#include "SceneGraphRoot.h"
#include "Application.h"
#include "MainLoop.h"

class node : public Application {

    MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h);
    MainLoopPtr init_only_sg(SgChange *viewer, int screen_w, int screen_h);
};