Skip to content

Commit a4d4255

Browse files
committed
test4
1 parent 00cbf0b commit a4d4255

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/main.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,9 @@ const tiles: THREE.Mesh[] = [];
8282

8383
const evenColor = new THREE.Color(0.082, 0.509, 0.690).convertSRGBToLinear();
8484
const oddColor = new THREE.Color(0.286, 0.851, 0.882).convertSRGBToLinear();;
85-
const mat = new THREE.MeshStandardMaterial(
86-
{
87-
metalness: 0.1,
88-
roughness: 0.35
85+
const mat = new THREE.MeshBasicMaterial(
86+
{
87+
8988
}
9089
);
9190
// === Scene setup ===

0 commit comments

Comments
 (0)