From: Mikko Rasa Date: Sun, 9 Oct 2022 14:21:12 +0000 (+0300) Subject: Adjust terrain tints in the forest pond scene X-Git-Url: https://git.tdb.fi/?a=commitdiff_plain;h=53621ed816fa216f4b0cb460197e70ee1f1c6f62;p=libs%2Fgl.git Adjust terrain tints in the forest pond scene The moss texture was overly bright. Re-export also corrected camera parameters after recent fixes. --- diff --git a/demos/forestpond/data/exported/Camera.camera b/demos/forestpond/data/exported/Camera.camera index 22a74037..1a742102 100644 --- a/demos/forestpond/data/exported/Camera.camera +++ b/demos/forestpond/data/exported/Camera.camera @@ -1,5 +1,5 @@ position 1.70001 9.28589 5.13893; look_direction -0.251244 -0.884673 -0.392721; -up_direction 0.00000 0.00000 1.00000; -field_of_view 37.8493; +up_direction -0.00996578 0.00283025 0.919588; +field_of_view 32.2688; depth_clip 0.100000 1000.00; diff --git a/demos/forestpond/data/exported/Terrain.tech b/demos/forestpond/data/exported/Terrain.tech index 16824505..9ec11475 100644 --- a/demos/forestpond/data/exported/Terrain.tech +++ b/demos/forestpond/data/exported/Terrain.tech @@ -9,7 +9,7 @@ method "" sub { base_color_map "Moss001_2K_Color.jpg"; - tint 1.00000 1.00000 1.00000 1.00000; + tint 0.199590 0.199590 0.199590 1.00000; metalness 0.00000; roughness_map "Moss001_2K_Roughness.jpg_R.mdr"; normal_map "Moss001_2K_NormalGL.jpg"; @@ -18,7 +18,7 @@ method "" sub { base_color_map "Ground015_2K_Color.jpg"; - tint 0.150000 0.150000 0.150000 1.00000; + tint 0.0971114 0.0971114 0.0971114 1.00000; metalness 0.00000; roughness_map "Ground015_2K_Roughness.jpg_R.mdr"; normal_map "Ground015_2K_NormalGL.jpg"; diff --git a/demos/forestpond/scene.blend b/demos/forestpond/scene.blend index 8332aa39..e64f11da 100644 Binary files a/demos/forestpond/scene.blend and b/demos/forestpond/scene.blend differ