We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00cbf0b commit a4d4255Copy full SHA for a4d4255
src/main.ts
@@ -82,10 +82,9 @@ const tiles: THREE.Mesh[] = [];
82
83
const evenColor = new THREE.Color(0.082, 0.509, 0.690).convertSRGBToLinear();
84
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
+const mat = new THREE.MeshBasicMaterial(
+ {
+
89
}
90
);
91
// === Scene setup ===
0 commit comments