DYTSrouce/resources/shaders/osgOcean_godrays.frag

7 lines
87 B
GLSL
Raw Normal View History

2025-01-04 04:12:51 +00:00
varying vec3 vIntensity;
void main(void)
{
gl_FragColor = vec4(vIntensity,1.0);
}