mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	Merge pull request #10194 from Keetz/update-default-values
Updated default values in SpatialMaterial and Environment
This commit is contained in:
		
						commit
						b47e6c0dba
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		|  | @ -1140,7 +1140,7 @@ Environment::Environment() { | |||
| 	bg_energy = 1.0; | ||||
| 	bg_canvas_max_layer = 0; | ||||
| 	ambient_energy = 1.0; | ||||
| 	ambient_sky_contribution = 0; | ||||
| 	ambient_sky_contribution = 1.0; | ||||
| 
 | ||||
| 	tone_mapper = TONE_MAPPER_LINEAR; | ||||
| 	tonemap_exposure = 1.0; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Rémi Verschelde
						Rémi Verschelde