diff --git a/minecraftcodex/database/static/coffee/blockRenderer.coffee b/minecraftcodex/database/static/coffee/blockRenderer.coffee index 129dc40..1470965 100644 --- a/minecraftcodex/database/static/coffee/blockRenderer.coffee +++ b/minecraftcodex/database/static/coffee/blockRenderer.coffee @@ -92,6 +92,7 @@ window.BlockRenderer = (model, textures, dom, width, height) -> @prepareLight = -> light = new THREE.DirectionalLight 0xffffff light.position.set(1, 20, 60).normalize() + light.intensity = 1.6 _scene.add light