Added depth_bias to Single.material
This commit is contained in:
parent
e64834007d
commit
4e7822ca9a
@ -2,6 +2,13 @@ material SingleMaterial
|
|||||||
{
|
{
|
||||||
technique
|
technique
|
||||||
{
|
{
|
||||||
|
pass
|
||||||
|
{
|
||||||
|
ambient 0.0 0.0 0.0
|
||||||
|
diffuse 0.0 0.0 0.0
|
||||||
|
|
||||||
|
depth_bias -1 -1
|
||||||
|
}
|
||||||
pass
|
pass
|
||||||
{
|
{
|
||||||
vertex_program_ref SingleOneLightVertexProgram
|
vertex_program_ref SingleOneLightVertexProgram
|
||||||
|
Loading…
x
Reference in New Issue
Block a user