view Renderer/Test/long_cube.h @ 561:71b3363c16bf

gplant (not yet worked...)
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 22 Oct 2009 19:31:09 +0900
parents ec72b601b71f
children
line wrap: on
line source

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

class long_cube : public Application {

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

};