| Name | Description |
---|
| AddTransparentModels(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.
|
| AddTransparentModels(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.
|