openmw-tes3coop/files/materials/quad.mat

23 lines
309 B
Text
Raw Normal View History

2012-07-19 20:23:07 +00:00
material quad
{
depth_write on
pass
{
vertex_program quad_vertex
fragment_program quad_fragment
depth_write $depth_write
texture_unit SceneBuffer
{
}
}
}
material quad_noDepthWrite
{
parent quad
depth_write off
}