varying vec3 V_Texcoord; uniform samplerCube U_MainTexture; void main() { gl_FragColor=textureCube(U_MainTexture, V_Texcoord); }