From f2ece824803a521775a64232b524e980c5124323 Mon Sep 17 00:00:00 2001 From: clayjohn Date: Mon, 20 Jan 2020 16:28:03 -0800 Subject: Finish up docs for materials --- doc/classes/Material.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/classes/Material.xml') diff --git a/doc/classes/Material.xml b/doc/classes/Material.xml index f584c5207a..7a620ead3b 100644 --- a/doc/classes/Material.xml +++ b/doc/classes/Material.xml @@ -12,8 +12,12 @@ + 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 [SpatialMaterial]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 sorted based on depth, while transparent objects are sorted from back to front (subject to priority). -- cgit v1.2.3