Updated almost all stuff

This commit is contained in:
2025-06-14 16:20:47 +03:00
parent 756fb3bdd0
commit a1f1e09af6
152 changed files with 53441 additions and 26 deletions

View File

@@ -0,0 +1,17 @@
sampler Ogre/ShadowSampler
{
tex_address_mode border
tex_border_colour 1 1 1 1
}
sampler Ogre/DepthShadowSampler : Ogre/ShadowSampler
{
compare_test on
comp_func less_equal
}
sampler Ogre/LtcLUTSampler
{
filtering point linear point
tex_address_mode clamp
}