Mercurial > hg > Members > kono > Cerium
view Renderer/Test/long_cube.h @ 895:bed529c55eda
add alignment of classes in SPU
width and height are automatically set in frame buffer API
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 16 Jul 2010 17:23:49 +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); };