From 1995385faf70703be74edf0d8b2b62fd3584f8a8 Mon Sep 17 00:00:00 2001 From: Hayk Martiros Date: Thu, 24 Nov 2022 22:58:48 -0800 Subject: [PATCH] bump up height map --- components/HeightMapImage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/HeightMapImage.tsx b/components/HeightMapImage.tsx index 5c9937e..983effc 100644 --- a/components/HeightMapImage.tsx +++ b/components/HeightMapImage.tsx @@ -38,7 +38,7 @@ export default function HeightMapImage(props: HeightMapImageProps) { // Feed the heightmap bumpTexture: { value: heightMap }, // Feed the scaling constant for the heightmap - bumpScale: { value: -0.1 }, + bumpScale: { value: -0.2 }, // Feed the texture map terrainTexture: { value: textureMap }, }}