Mercurial > hg > Game > Cerium
annotate Renderer/Engine/task/CreateSpan.h @ 915:aa9728394194 draft
create_polygon_task ..not worked yet.
author | yutaka@localhost.localdomain |
---|---|
date | Fri, 23 Jul 2010 18:05:40 +0900 |
parents | 3bc98f6d31ff |
children | b417abf82193 |
rev | line source |
---|---|
283 | 1 #ifndef INCLUDED_CREATE_SPAN |
2 #define INCLUDED_CREATE_SPAN | |
3 | |
539 | 4 #include "SchedTask.h" |
5 #include "polygon_pack.h" | |
6 #include "SpanPack.h" | |
283 | 7 |
539 | 8 static void half_triangle(SchedTask *smanager, SpanPackPtr *spackList, |
283 | 9 int charge_y_top, int charge_y_end, |
10 TriangleTexInfoPtr tex_info, | |
11 VertexPack *vMin,VertexPack *vMid,VertexPack *vMid1, | |
539 | 12 NormalPack *normal1, NormalPack *normal2, NormalPack *normal3, |
283 | 13 int length_y, float tex_y_len); |
14 | |
15 #endif |