Click or drag to resize
AB4D logo

TransparencySorterAddTransparentModels(Visual3D) Method

AddTransparentModels specifies that the Visual3D objects in the parameters should be treated as transparent models. This method must be called before the Sort method is called. If this method is called after Sort method, then a RecollectTransparentModels must be called for the Visual3D objects to be considered transparent.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
public void AddTransparentModels(
	params Visual3D[] visuals
)

Parameters

visuals  Visual3D
Visual3D objects as parameters
See Also