Got blending between materials working with texture atlases.

This commit is contained in:
David Williams
2008-01-16 19:51:47 +00:00
parent 98af071bdd
commit c013b100a2
9 changed files with 158 additions and 57 deletions

View File

@ -2,6 +2,12 @@ material TextureAtlasMaterial
{
technique
{
pass
{
ambient 0.0 0.0 0.0
diffuse 0.0 0.0 0.0
}
pass
{
vertex_program_ref TextureAtlasOneLightVertexProgram
@ -23,6 +29,9 @@ material TextureAtlasMaterial
texture texture_atlas.png
filtering none
}
depth_bias 1 1
scene_blend add
}
}
}