Click or drag to resize
AB4D logo

ScreenSpaceLineMesh(Vector3, Boolean, BoundingBox, String) Constructor

Constructor

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public ScreenSpaceLineMesh(
	Vector3[] positions,
	bool isLineStrip,
	BoundingBox boundingBox,
	string name = null
)

Parameters

positions  Vector3
positions array that form 3D lines
isLineStrip  Boolean
if true than the lines are connected, if false than lines are not connected and each line is defined by two positions
boundingBox  BoundingBox
boundingBox
name  String  (Optional)
optional name
See Also