DYTSrouce/resources/shaders/osgOcean_godrays.frag
2025-01-04 12:12:51 +08:00

7 lines
87 B
GLSL

varying vec3 vIntensity;
void main(void)
{
gl_FragColor = vec4(vIntensity,1.0);
}