view Renderer/Test/gaplant.h @ 1479:163220e54cc0 draft

remove hard code for TaskLog
author Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
date Tue, 24 Jul 2012 17:15:15 +0900
parents 91e2c96be77b
children
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);
};