mino material

This commit is contained in:
Adrien MALINGREY 2023-06-29 01:45:34 +02:00
parent 03e704f2f5
commit 829b8094eb

4
app.js
View File

@ -251,8 +251,8 @@ class MinoMaterial extends THREE.MeshBasicMaterial {
color: color,
reflectivity: 0.95,
envMap: minoRenderTarget.texture,
transparent: true,
opacity: 0.8
roughness: 0,
metalness: 0.25
})
}