You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
material quad
|
|
{
|
|
depth_write on
|
|
|
|
pass
|
|
{
|
|
vertex_program transform_vertex
|
|
fragment_program quad_fragment
|
|
|
|
depth_write $depth_write
|
|
|
|
texture_unit SceneBuffer
|
|
{
|
|
}
|
|
}
|
|
}
|
|
|
|
material quad_noDepthWrite
|
|
{
|
|
parent quad
|
|
depth_write off
|
|
}
|