Click or drag to resize
AB4D logo

TransparencySorter(Viewport3D, BaseCamera, Double) Constructor

Constructor with rootViewport3D, usedCamera and cameraAngleChange. 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,
	double cameraAngleChange
)

Parameters

rootViewport3D  Viewport3D
Viewport3D
usedCamera  BaseCamera
Ab3d.PowerToys camera
cameraAngleChange  Double
change of camera angle in degrees that will make a new sort
See Also