Skip to content

Commit

Permalink
Test tube
Browse files Browse the repository at this point in the history
Depth write
  • Loading branch information
jasonsturges committed Nov 17, 2024
1 parent 8d5cc8d commit 2031ba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/models/science/TestTube.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class TestTube extends Group {
metalness: 0.1,
reflectivity: 0.8,
transmission: 0.9, // For glass effect
depthWrite: false,
side: DoubleSide,
});

Expand Down
1 change: 1 addition & 0 deletions src/models/science/TestTubeRack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class TestTubeRack extends Group {
opacity: 0.4,
roughness: 0.1,
metalness: 0.5,
depthWrite: false,
side: DoubleSide,
});

Expand Down

0 comments on commit 2031ba9

Please sign in to comment.