Abstract base [Resource] for coloring and shading geometry. Material is a base [Resource] used for coloring and shading geometry. All materials inherit from it and almost all [VisualInstance3D] derived nodes carry a Material. A few flags and parameters are shared between all material types and are configured here. https://godotengine.org/asset-library/asset/123 https://godotengine.org/asset-library/asset/678 Sets the [Material] to be used for the next pass. This renders the object again using a different material. [b]Note:[/b] only applies to [StandardMaterial3D]s and [ShaderMaterial]s with type "Spatial". Sets the render priority for transparent objects in 3D scenes. Higher priority objects will be sorted in front of lower priority objects. [b]Note:[/b] this only applies to sorting of transparent objects. This will not impact how transparent objects are sorted relative to opaque objects. This is because opaque objects are not sorted, while transparent objects are sorted from back to front (subject to priority). Maximum value for the [member render_priority] parameter. Minimum value for the [member render_priority] parameter.