We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dba7933 commit 9a88efbCopy full SHA for 9a88efb
src/models/bottles/WineBottle.ts
@@ -8,7 +8,7 @@ export class WineBottle extends Mesh<WineBottleGeometry, MeshPhysicalMaterial> {
8
new MeshPhysicalMaterial({
9
color: 0x556b2f,
10
roughness: 0.1,
11
- transmission: 0.9, // Makes the material transparent
+ transmission: 0.9,
12
thickness: 0.2,
13
metalness: 0,
14
clearcoat: 1.0,
0 commit comments