Browse Source

Merge pull request #63926 from CristianoSimao/patch-1

Rémi Verschelde 3 years ago
parent
commit
862da78eed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/MultiMesh.xml

+ 1 - 1
doc/classes/MultiMesh.xml

@@ -54,7 +54,7 @@
 			<argument index="1" name="color" type="Color" />
 			<argument index="1" name="color" type="Color" />
 			<description>
 			<description>
 				Sets the color of a specific instance by [i]multiplying[/i] the mesh's existing vertex colors.
 				Sets the color of a specific instance by [i]multiplying[/i] the mesh's existing vertex colors.
-				For the color to take effect, ensure that [member use_colors] is [code]true[/code] on the [MultiMesh] and [member BaseMaterial3D.vertex_color_use_as_albedo] is [code]true[/code] on the material.
+				For the color to take effect, ensure that [member use_colors] is [code]true[/code] on the [MultiMesh] and [member BaseMaterial3D.vertex_color_use_as_albedo] is [code]true[/code] on the material. If the color doesn't look as expected, make sure the material's albedo color is set to pure white ([code]Color(1, 1, 1)[/code]).
 			</description>
 			</description>
 		</method>
 		</method>
 		<method name="set_instance_custom_data">
 		<method name="set_instance_custom_data">