wwwtyro/Astray

Lighting

Awesome16 opened this issue · 5 comments

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?

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'),

Lighting issue still occurs even with the image files replaced for me... Is there anyone who can help?

Use the gh-pages branch, the main one is broken like that

Lighting issue still occurs even with the image files replaced for me... Is there anyone who can help?

for me too

Use the gh-pages branch, the main one is broken like that

did it changed?