forgot file
This commit is contained in:
parent
b5a4d03f8c
commit
db0631eb4b
15
shaders/map/fragmentShadow.shader
Normal file
15
shaders/map/fragmentShadow.shader
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
#version 330
|
||||||
|
|
||||||
|
smooth in vec3 teNormal;
|
||||||
|
smooth in vec3 tePosition;
|
||||||
|
smooth in float fogDist;
|
||||||
|
smooth in float gmix;
|
||||||
|
in vec4 teColor;
|
||||||
|
in vec3 tePatchDistance;
|
||||||
|
|
||||||
|
uniform mat4 ViewMatrix;
|
||||||
|
uniform mat4 ProjectionMatrix;
|
||||||
|
|
||||||
|
void main(void)
|
||||||
|
{
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user