Added depth_bias to Single.material

This commit is contained in:
David Williams 2008-04-12 19:21:38 +00:00
parent e64834007d
commit 4e7822ca9a

View File

@ -2,6 +2,13 @@ material SingleMaterial
{
technique
{
pass
{
ambient 0.0 0.0 0.0
diffuse 0.0 0.0 0.0
depth_bias -1 -1
}
pass
{
vertex_program_ref SingleOneLightVertexProgram