view Renderer/Test/long_cube.h @ 772:e53ae444ac6f

Test/property_chain is work
author hiroki@henri.cr.ie.u-ryukyu.ac.jp
date Mon, 15 Feb 2010 13:33:29 +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);

};