view Renderer/Cell/Engine.h @ 196:932a05a7a1db

add SceneGraphRoot, tools/create_sglist.pl
author gongo@gendarme.cr.ie.u-ryukyu.ac.jp
date Sun, 25 Jan 2009 17:46:37 +0900
parents df32980116bd
children
line wrap: on
line source

class CellEngine : RenderingEngine {
public:
    CellEngine(int width, int height, int bpp);
};