Mercurial > hg > Members > kono > Cerium
view old/simple_render/Span.h @ 915:ad10d6d39ca6
create_polygon_task ..not worked yet.
author | yutaka@localhost.localdomain |
---|---|
date | Fri, 23 Jul 2010 18:05:40 +0900 |
parents | 735f76483bb2 |
children |
line wrap: on
line source
#ifndef INCLUDED_SPAN #define INCLUDED_SPAN class Span { public: long *tex_addr; long tex_width; long tex_height; int x; int y; int length_x; float start_z; float end_z; float tex_x1; float tex_x2; float tex_y1; float tex_y2; }; #endif