forked from oerkki/voxelands
texture poke 2 (3?)
This commit is contained in:
parent
5daafeaabd
commit
72e50c9831
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue