Got blending between materials working with texture atlases.
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user