![]() | |
Mesh |
public enum CombinePositionIndexesTypes
Member name | Value | Description |
---|---|---|
None | 0 | Position indexes are never combines |
WithSame3DPosition | 1 | Position indexes are combined when 3D positions are the same (may not combine some positions because of float imprecision - Point3D.GetHashCode is used). |
WithSame2DScreenPosition | 2 | Position indexes are combined when their screen position in integer format is the same. |