Lighting
Awesome16 opened this issue · 5 comments
Awesome16 commented
Whenever I load the game, it is completely dark. The one hosted on your site works just fine but the one I downloaded in the zip file is just completely dark in the background and i'm not sure why. It's the same on chrome and firefox. Do you know what could be causing the problem?
Cristian1917 commented
use complete URL for images on index.html (line 26)
ironTexture = THREE.ImageUtils.loadTexture('http://yoursite/ball.png'),
planeTexture = THREE.ImageUtils.loadTexture('http://yoursite/concrete.png'),
brickTexture = THREE.ImageUtils.loadTexture('http://yoursite/brick.png'),
WhitigolProd commented
Lighting issue still occurs even with the image files replaced for me... Is there anyone who can help?
BinBashBanana commented
Use the gh-pages branch, the main one is broken like that
thirumalini26 commented
Lighting issue still occurs even with the image files replaced for me... Is there anyone who can help?
for me too
thirumalini26 commented
Use the gh-pages branch, the main one is broken like that
did it changed?