mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	Merge pull request #26592 from clayjohn/noisetexture_strength
Changed default noisetexture strength
This commit is contained in:
		
						commit
						d1ba3227c4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -41,7 +41,7 @@ NoiseTexture::NoiseTexture() { | ||||||
| 	size = Vector2i(512, 512); | 	size = Vector2i(512, 512); | ||||||
| 	seamless = false; | 	seamless = false; | ||||||
| 	as_normalmap = false; | 	as_normalmap = false; | ||||||
| 	bump_strength = 1.0; //1.0 is a little low. Keep at 1.0 for compatibility for now. For 3.2 increase to 8.0.
 | 	bump_strength = 8.0; | ||||||
| 	flags = FLAGS_DEFAULT; | 	flags = FLAGS_DEFAULT; | ||||||
| 
 | 
 | ||||||
| 	noise = Ref<OpenSimplexNoise>(); | 	noise = Ref<OpenSimplexNoise>(); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Rémi Verschelde
						Rémi Verschelde