mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 08:00:56 -04:00
changed compositor to be compatible with Ogre 1.8RC
This commit is contained in:
parent
0b2dab0b5d
commit
aa8208efb9
@ -11,8 +11,11 @@ compositor gbuffer
|
|||||||
input none
|
input none
|
||||||
pass clear
|
pass clear
|
||||||
{
|
{
|
||||||
// make sure to set this to the viewport background color from outside
|
clear
|
||||||
colour_value 0 0 0 1
|
{
|
||||||
|
// make sure to set this to the viewport background color from outside
|
||||||
|
colour_value 0 0 0 1
|
||||||
|
}
|
||||||
}
|
}
|
||||||
pass render_scene
|
pass render_scene
|
||||||
{
|
{
|
||||||
@ -56,8 +59,11 @@ compositor gbufferFinalizer
|
|||||||
shadows off
|
shadows off
|
||||||
pass clear
|
pass clear
|
||||||
{
|
{
|
||||||
buffers colour
|
clear
|
||||||
colour_value 0 0 0 0
|
{
|
||||||
|
buffers colour
|
||||||
|
colour_value 0 0 0 0
|
||||||
|
}
|
||||||
}
|
}
|
||||||
pass render_quad
|
pass render_quad
|
||||||
{
|
{
|
||||||
@ -75,6 +81,9 @@ compositor gbufferFinalizer
|
|||||||
input none
|
input none
|
||||||
pass clear
|
pass clear
|
||||||
{
|
{
|
||||||
|
clear
|
||||||
|
{
|
||||||
|
}
|
||||||
}
|
}
|
||||||
pass render_quad
|
pass render_quad
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user