Mercurial > hg > Game > Cerium
view Renderer/Test/matrix_test.h @ 1876:5e17ab506299 draft
change CPU_TYPE SPE_ANY to IO/0 ( cannot running )
author | Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 30 Dec 2013 20:52:21 +0900 |
parents | 5a67df5570e8 |
children |
line wrap: on
line source
#include <math.h> #include <stdlib.h> #include "SceneGraphRoot.h" #include "Application.h" #include "MainLoop.h" class matrix_test : public Application { MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h); };