view Renderer/Test/ball_bound.h @ 724:6d11ecef3b74

Small clean up of Rendering Engine
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 19 Dec 2009 14:36:37 +0900
parents d0b8860c17f8
children 4f77768d7a7f b7376415fa5f
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);
    MainLoopPtr init_only_sg(SgChange *viewer, int screen_w, int screen_h);
};