Click or drag to resize

MeshMaterialEqualsIgnoringDiffuse Method

Compare all components EXCEPT Diffuse color, for use in batching renderer.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public bool EqualsIgnoringDiffuse(
	MeshMaterial o
)

Parameters

o
Type: Demo3D.VisualsMeshMaterial

[Missing <param name="o"/> documentation for "M:Demo3D.Visuals.MeshMaterial.EqualsIgnoringDiffuse(Demo3D.Visuals.MeshMaterial)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Demo3D.Visuals.MeshMaterial.EqualsIgnoringDiffuse(Demo3D.Visuals.MeshMaterial)"]

See Also