Click or drag to resize
AB4D logo

TransparencySorterAddTransparentModels Method

Overload List
 NameDescription
Public methodAddTransparentModels(Model3D) AddTransparentModels specifies that the models 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 models to be considered transparent.
Public methodAddTransparentModels(Visual3D) 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.
Top
See Also