one.empty3.library.shader.sample.fragment.glsl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of empty3-library-generic Show documentation
Show all versions of empty3-library-generic Show documentation
3D rendering engine. Plus modeling. Expected glsl textures 3d and 2d rendering
precision mediump float;
varying vec2 tc; // texture coordinate of pixel (interpolated)
varying vec3 fn; // fragment normal of pixel (interpolated)
void main() {
gl_FragColor = vec4(tc.x, tc.y, 0.0, 1.0);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy