This commit is contained in:
Adrien MALINGREY 2023-07-17 19:16:47 +02:00
parent fcb12f89e7
commit 3a657e4c38

View File

@ -129,7 +129,7 @@ class Mino extends THREE.Object3D {
side: THREE.DoubleSide, side: THREE.DoubleSide,
transparent: true, transparent: true,
opacity: 0.6, opacity: 0.6,
roughness: 0.1, roughness: 0.4,
metalness: 0.95, metalness: 0.95,
}) })
/*let minoMaterial = new THREE.MeshPhysicalMaterial({ /*let minoMaterial = new THREE.MeshPhysicalMaterial({
@ -137,8 +137,8 @@ class Mino extends THREE.Object3D {
side: THREE.DoubleSide, side: THREE.DoubleSide,
transparent: true, transparent: true,
opacity: 0.6, opacity: 0.6,
roughness: 0.1, roughness: 0.5,
metalness: 0.90, metalness: 0.9,
attenuationDistance: 0.5, attenuationDistance: 0.5,
ior: 2, ior: 2,
sheen: 0, sheen: 0,
@ -381,7 +381,7 @@ class Playfield extends THREE.Group {
transparent: true, transparent: true,
opacity: 0.2, opacity: 0.2,
roughness: 0.1, roughness: 0.1,
metallness: 0.9, metalness: 0.9,
}) })
const edgeShape = new THREE.Shape() const edgeShape = new THREE.Shape()
.moveTo(-.3, SKYLINE) .moveTo(-.3, SKYLINE)