mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-11 00:39:59 +00:00
22 lines
379 B
Plaintext
22 lines
379 B
Plaintext
|
compositor Water
|
||
|
{
|
||
|
technique
|
||
|
{
|
||
|
texture rt0 target_width target_height PF_R8G8B8
|
||
|
|
||
|
target rt0 { input previous }
|
||
|
|
||
|
target_output
|
||
|
{
|
||
|
// Start with clear output
|
||
|
input none
|
||
|
|
||
|
pass render_quad
|
||
|
{
|
||
|
material Water/Compositor
|
||
|
input 0 rt0
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|