comparison TaskManager/Test/test_render/task/CreateSpan.h @ 174:559b48b69b76

getScale()、getTapestry から、span->length に適切なテクスチャの選択に成功
author gongo@localhost.localdomain
date Fri, 12 Dec 2008 12:23:20 +0900
parents 56be4a6e5513
children 08e2bb36639b
comparison
equal deleted inserted replaced
173:56be4a6e5513 174:559b48b69b76
19 19
20 int run(void *rbuf, void *wbuf); 20 int run(void *rbuf, void *wbuf);
21 void half_triangle(SpanPackPtr *spackList, 21 void half_triangle(SpanPackPtr *spackList,
22 int charge_y_top, int charge_y_end, 22 int charge_y_top, int charge_y_end,
23 uint32 *tex_addr, int tex_width, int tex_height, 23 uint32 *tex_addr, int tex_width, int tex_height,
24 int tex_scale_max,
24 VertexPack *vMin,VertexPack *vMid,VertexPack *vMid1, 25 VertexPack *vMin,VertexPack *vMid,VertexPack *vMid1,
25 int y_length); 26 int y_length);
26 void setTileInfoList(SpanPtr span); 27 void setTileInfoList(SpanPtr span);
27 void setTileInfo(TileInfoPtr tile, int xpos, int ypos, 28 void setTileInfo(TileInfoPtr tile, int xpos, int ypos,
28 int tex_width, uint32* tex_addr_top); 29 int tex_width, uint32* tex_addr_top);