Added cubemap stars
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
varying vec3 v_texCoords;
|
||||
|
||||
uniform samplerCube u_cubemap;
|
||||
|
||||
void main(){
|
||||
gl_FragColor = textureCube(u_cubemap, v_texCoords);
|
||||
}
|
||||
Reference in New Issue
Block a user