view Renderer/Test/gaplant.h @ 585:987380738a50

chain_old
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 26 Oct 2009 09:03:14 +0900
parents ec72b601b71f
children d0b8860c17f8
line wrap: on
line source

const double CHECK_HIT_RAD = 110;
const double BALL_RAD = 100;

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

class gaplant : public Application {

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

};