fix: bad terrain mat params

This commit is contained in:
neru
2026-01-02 03:44:00 -03:00
parent 74c6963290
commit 240db3f764
+2 -2
View File
@@ -503,8 +503,8 @@ function TerrainChunk({
> >
<meshStandardMaterial <meshStandardMaterial
vertexColors vertexColors
roughness={0.9} roughness={1.0}
metalness={0.1} metalness={0.0}
wireframe={wireframe} wireframe={wireframe}
/> />
</mesh> </mesh>