Click or drag to resize
AB4D logo

ModelOptimizerCompareMaterialsByHash Property

If true than special 64 bit hash code is calculated from each material and it is used to compare if two materials are the same (this combines difference instances of same material). If false than material references are compared. Default value is true.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
public bool CompareMaterialsByHash { get; set; }

Property Value

Boolean
See Also