uniform samplerCube Env; varying vec3 dir; void main(){ gl_FragColor = textureCube(Env, dir); }