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 dd61866 commit e042c5fCopy full SHA for e042c5f
src/models/science/FlorenceFlask.ts
@@ -8,6 +8,7 @@ export class FlorenceFlask extends Mesh<FlorenceFlaskGeometry, MeshPhysicalMater
8
new MeshPhysicalMaterial({
9
color: 0x88ccff,
10
transparent: true,
11
+ depthWrite: false,
12
opacity: 0.4,
13
roughness: 0.1,
14
metalness: 0.1,
0 commit comments