From 653befdc02c50ff1efbf7398dcbf02abb9bfe214 Mon Sep 17 00:00:00 2001 From: adrien Date: Tue, 1 Oct 2024 20:50:28 +0200 Subject: [PATCH] retro material tweak --- jsm/Tetrominoes.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/jsm/Tetrominoes.js b/jsm/Tetrominoes.js index 092a496..f4eb7fb 100644 --- a/jsm/Tetrominoes.js +++ b/jsm/Tetrominoes.js @@ -172,9 +172,9 @@ class Mino extends THREE.Object3D { color: COLORS.RETRO, map: texture, bumpMap: texture, - bumpScale: 2, + bumpScale: 1.5, roughness: 0.25, - metalness: 0.8, + metalness: 0.9, transparent: true, }, 8, 8) }) @@ -183,9 +183,9 @@ class Mino extends THREE.Object3D { color: COLORS.RETRO, map: texture, bumpMap: texture, - bumpScale: 2, + bumpScale: 1.5, roughness: 0.25, - metalness: 0.8, + metalness: 0.9, transparent: true, }, 1, 1) }) @@ -507,9 +507,9 @@ class Playfield extends THREE.Group { color: COLORS.RETRO, map: retroEdgeTexture, bumpMap: retroEdgeTexture, - bumpScale: 0.3, + bumpScale: 1.5, roughness: 0.25, - metalness: 0.8, + metalness: 0.9, }) this.retroEdge = new THREE.Mesh( new THREE.ExtrudeGeometry(retroEdgeShape, {