Updated almost all stuff
This commit is contained in:
11
resources/main/ShadowBlend.frag
Normal file
11
resources/main/ShadowBlend.frag
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <OgreUnifiedShader.h>
|
||||
|
||||
OGRE_UNIFORMS(
|
||||
uniform vec4 shadowColor;
|
||||
)
|
||||
|
||||
MAIN_PARAMETERS
|
||||
MAIN_DECLARATION
|
||||
{
|
||||
gl_FragColor = shadowColor;
|
||||
}
|
||||
Reference in New Issue
Block a user