Click or drag to resize
Ab4d.SharpEngine logo

FitIntoViewType Enumeration

FitIntoViewType enum defines possible ways to calculate the distance and center position to fit the scene into current viewport.

Namespace: Ab4d.SharpEngine.Common
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public enum FitIntoViewType
Members
Member nameValueDescription
CheckBounds0 Check BoundingBoxes of all SceneNodes - this is not as precise as CheckAllPositions but can be much faster when there are objects with a lot of position in the scene.
CheckAllPositions1 Check Positions of all SceneNodes - this is more precise than CheckBounds but can take much longer when there are objects with a lot of position in the scene.
Remarks

[Missing <remarks> documentation for "T:Ab4d.SharpEngine.Common.FitIntoViewType"]

See Also