Increase metalness

This commit is contained in:
Diego Marcos
2018-12-03 19:44:02 -08:00
parent cb337d618d
commit 85709e2af2

View File

@@ -252,8 +252,8 @@ AFRAME.registerComponent('beat', {
if (!blockEl) { return; }
blockEl.setAttribute('material', {
metalness: 0.6,
roughness: 0.12,
metalness: 0.9,
roughness: 0.10,
sphericalEnvMap: '#envmapTexture',
color: this.materialColor[this.data.color]
});