bump up height map

This commit is contained in:
Hayk Martiros 2022-11-24 22:58:48 -08:00
parent 7d56a28405
commit 1995385faf
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ export default function HeightMapImage(props: HeightMapImageProps) {
// Feed the heightmap // Feed the heightmap
bumpTexture: { value: heightMap }, bumpTexture: { value: heightMap },
// Feed the scaling constant for the heightmap // Feed the scaling constant for the heightmap
bumpScale: { value: -0.1 }, bumpScale: { value: -0.2 },
// Feed the texture map // Feed the texture map
terrainTexture: { value: textureMap }, terrainTexture: { value: textureMap },
}} }}