mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-25 00:05:09 -07:00
8 lines
No EOL
130 B
GLSL
8 lines
No EOL
130 B
GLSL
|
|
varying vec3 v_texCoords;
|
|
|
|
uniform samplerCube u_cubemap;
|
|
|
|
void main(){
|
|
gl_FragColor = textureCube(u_cubemap, v_texCoords);
|
|
} |