Morph-SynRJ

view trans_radial.h @ 0:22de913c2d84

morph-synrj intro
author "Cedric Pinson <cedric.pinson@alcove.fr> <mornifle@plopbyte.net>"
date Tue Nov 27 15:23:52 2007 +0100 (2007-11-27)
parents
children
line source
1 #ifndef TRANS_RADIAL_H
2 #define TRANS_RADIAL_H
4 #include "gl_header.h"
5 #include "cmn_texture.h"
7 class transRadial_t
8 {
9 GLuint texture;
10 float level;
12 public:
14 transRadial_t(){}
15 void Init();
17 void GetBuffer1();
18 void Draw(float _time);
20 };
22 #endif