varying float LightIntensity; uniform vec4 Color; uniform bool Silh; void main() { if( ! Silh ) discard; gl_FragColor = vec4( Color.rgb, 1. ); }