view Renderer/Test/long_cube.h @ 748:b7376415fa5f

TaskManager changeset 683, Renderer changeset 746
author hiroki
date Mon, 25 Jan 2010 18:01:19 +0900 (2010-01-25)
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);

};