Click or drag to resize
AB4D logo

TransparencySorter(Viewport3D, BaseCamera) Constructor

Constructor with rootViewport3D and usedCamera. Sorting mode is set to ByCameraDistance.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public TransparencySorter(
	Viewport3D rootViewport3D,
	BaseCamera usedCamera
)

Parameters

rootViewport3D  Viewport3D
Viewport3D
usedCamera  BaseCamera
Ab3d.PowerToys camera
See Also