view Renderer/Test/ball_bound.h @ 560:1a2f015c42b2

gaplant... how to solve scenegraph id conflict?
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 22 Oct 2009 19:23:13 +0900
parents 997490a061ee
children d0b8860c17f8
line wrap: on
line source

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

class ball_bound : public Application {

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

};