1 2 varying vec3 worldNormal; 3 4 void main() { 5 lowp vec4 col = textureCube(UNI_Tex0, worldNormal); 6 gl_FragColor = col; 7 } 8 9