Skip to content

Commit

Permalink
Moving to PNGs for Android's sake
Browse files Browse the repository at this point in the history
  • Loading branch information
tparisi committed Feb 10, 2015
1 parent 77c9625 commit 8a8f48d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/shaders/glamshaderfresnel.html
Expand Up @@ -13,12 +13,12 @@


.skybox {
cube-image-right:url(../../images/Park2/posx.jpg);
cube-image-left:url(../../images/Park2/negx.jpg);
cube-image-top:url(../../images/Park2/posy.jpg);
cube-image-bottom:url(../../images/Park2/negy.jpg);
cube-image-front:url(../../images/Park2/posz.jpg);
cube-image-back:url(../../images/Park2/negz.jpg);
cube-image-right:url(../../images/Park2_1024/posx.png);
cube-image-left:url(../../images/Park2_1024/negx.png);
cube-image-top:url(../../images/Park2_1024/posy.png);
cube-image-bottom:url(../../images/Park2_1024/negy.png);
cube-image-front:url(../../images/Park2_1024/posz.png);
cube-image-back:url(../../images/Park2_1024/negz.png);
}

.bubble {
Expand Down

0 comments on commit 8a8f48d

Please sign in to comment.