Fixed render targets; renamed GuiTest to Editor

This commit is contained in:
2025-07-05 06:03:16 +03:00
parent b2e010bdb4
commit 52d6d31241
8 changed files with 86 additions and 41 deletions

View File

@@ -94,14 +94,18 @@ material Water/Above
*/
texture_unit
{
texture ReflectionTexture
texture ReflectionRefractionTexture
tex_address_mode mirror
filtering linear linear linear
}
/*
texture_unit
{
texture RefractionTexture
tex_address_mode mirror
filtering linear linear linear
}
*/
}
}
@@ -148,14 +152,18 @@ material Water/Below
*/
texture_unit
{
texture ReflectionTexture
texture ReflectionRefractionTexture
tex_address_mode mirror
filtering linear linear linear
}
/*
texture_unit
{
texture RefractionTexture
tex_address_mode mirror
filtering linear linear linear
}
*/
}
}
}