bump up height map
This commit is contained in:
parent
7d56a28405
commit
1995385faf
|
@ -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 },
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in New Issue