fix: bad terrain mat params
This commit is contained in:
+2
-2
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user