Closed hopewise closed 6 years ago
I've just downloaded the repo, and tried to play with it, I've noticed that stats blocks events, thus, I can't add new lights or move the light when mouse move..
Fixed it by commenting those lines only in index.html:
stats.domElement.style.right = '0px'; stats.domElement.style.bottom = '0px';
This repo looks to be abandoned but this is here #17
@msqaddura its alive again.
I've just downloaded the repo, and tried to play with it, I've noticed that stats blocks events, thus, I can't add new lights or move the light when mouse move..
Fixed it by commenting those lines only in index.html:
stats.domElement.style.right = '0px'; stats.domElement.style.bottom = '0px';