Click or drag to resize
AB4D logo

ModelOptimizerFreezeMaterials Property

Gets or sets a boolean that specifies if Materials are frozen. Freezing materials can improve performance and allow material objects to be user on different thread that the thread where they were created. A drawback is that when materials are frozen, they cannot be changed any more (but if GeometryModel3D is not frozen, the material can be still replaced by some other material). Default value is true.

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

Property Value

Boolean
See Also