1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-15 23:49:55 +00:00
openmw-tes3mp/files/materials/quad.mat

23 lines
314 B
Text
Raw Normal View History

2012-07-19 20:23:07 +00:00
material quad
{
depth_write on
pass
{
2013-02-01 22:43:23 +00:00
vertex_program transform_vertex
2012-07-19 20:23:07 +00:00
fragment_program quad_fragment
depth_write $depth_write
texture_unit SceneBuffer
{
}
}
}
material quad_noDepthWrite
{
parent quad
depth_write off
}