scenevr / client

:punch: Web client
7 stars 2 forks source link

Fix error causing elements to be too bright #64

Closed bnolan closed 9 years ago

bnolan commented 9 years ago

Not sure how to replicate yet, but this model comes out as mid-grey, not black:

<model class="black piece knight" scale="0.5 0.5 0.5" position="7 0 -5" src="/models/knight.obj" style="color: #222; collision: none; " />
bnolan commented 9 years ago

Investigated this and refactored a bunch of code and it seems to have gone away. Mostly to do with the ambient light being too bright. Will test more thoroughly.