pxmlw6n2f/Gazebo_Distributed_TCP/media/materials/scripts/blur.compositor

23 lines
295 B
Plaintext

compositor blur
{
technique
{
texture rt0 target_width target_height PF_A8R8G8B8
target rt0
{
input previous
}
target_output
{
input none
pass render_quad
{
material blur
input 0 rt0
}
}
}
}