texture poke 2 (3?)

This commit is contained in:
darkrose 2013-10-29 21:36:26 +10:00
parent 5daafeaabd
commit 72e50c9831
1 changed files with 6 additions and 14 deletions

View File

@ -468,21 +468,13 @@ void mapblock_mesh_generate_special(MeshMakeData *data,
break;
case CDT_TORCHLIKE:
{
//static const f32 txc[24] = {
//0.6,0.1,0.9,0.4,
//0.6,0.6,0.6,0.9,
//0,0,0.3,1,
//0,0,0.3,1,
//0,0,0.3,1,
//0,0,0.3,1
//};
static const f32 txc[24] = {
0.4,0.4,0.6,0.6,
0.4,0.4,0.6,0.6,
0.35,0,0.65,1,
0.35,0,0.65,1,
0.35,0,0.65,1,
0.35,0,0.65,1
0.6,0.1,0.9,0.4,
0.6,0.6,0.6,0.9,
0,0,0.3,1,
0,0,0.3,1,
0,0,0.3,1,
0,0,0.3,1
};
video::S3DVertex *v;