1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00
This commit is contained in:
DS 2025-06-27 13:06:10 +00:00 committed by GitHub
commit adf5ab45cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 882 additions and 104 deletions

View file

@ -169,6 +169,7 @@ void main(void)
// Generate waves with Perlin-type noise.
// The constants are calibrated such that they roughly
// correspond to the old sine waves.
// Note: The same thing is implemented in clientmap.cpp. Keep them consistent!
vec3 wavePos = (mWorld * pos).xyz + cameraOffset;
// The waves are slightly compressed along the z-axis to get
// wave-fronts along the x-axis.