Skip to content

Commit 9a88efb

Browse files
committed
Wine bottle
Code cleanup
1 parent dba7933 commit 9a88efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/bottles/WineBottle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export class WineBottle extends Mesh<WineBottleGeometry, MeshPhysicalMaterial> {
88
new MeshPhysicalMaterial({
99
color: 0x556b2f,
1010
roughness: 0.1,
11-
transmission: 0.9, // Makes the material transparent
11+
transmission: 0.9,
1212
thickness: 0.2,
1313
metalness: 0,
1414
clearcoat: 1.0,

0 commit comments

Comments
 (0)