mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 21:08:35 +02:00
fix voxel texture to work better with larger TREE_SCALE
This commit is contained in:
parent
e29d6210bb
commit
d6b71f19a8
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
uniform sampler2D permutationNormalTexture;
|
||||
|
||||
// the noise frequency
|
||||
const float frequency = 1024.0;
|
||||
const float frequency = 65536.0; // looks better with current TREE_SCALE, was 1024 when TREE_SCALE was either 512 or 128
|
||||
|
||||
// the noise amplitude
|
||||
const float amplitude = 0.1;
|
||||
|
|
Loading…
Reference in a new issue