mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	
		
			
	
	
		
			16 lines
		
	
	
	
		
			439 B
		
	
	
	
		
			XML
		
	
	
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
	
		
			439 B
		
	
	
	
		
			XML
		
	
	
	
	
	
|   | <?xml version="1.0" encoding="UTF-8" ?> | ||
|  | <class name="VisualShaderNodeTexture3DUniform" inherits="VisualShaderNodeTextureUniform" version="4.0"> | ||
|  | 	<brief_description> | ||
|  | 		Provides a 3D texture uniform within the visual shader graph. | ||
|  | 	</brief_description> | ||
|  | 	<description> | ||
|  | 		Translated to [code]uniform sampler3D[/code] in the shader language. | ||
|  | 	</description> | ||
|  | 	<tutorials> | ||
|  | 	</tutorials> | ||
|  | 	<methods> | ||
|  | 	</methods> | ||
|  | 	<constants> | ||
|  | 	</constants> | ||
|  | </class> |