Click or drag to resize
AB4D logo

ScreenSpaceLineNode(Vector3, Boolean, Boolean, ILineMaterial, String) Constructor

Constructor

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

Parameters

positions  Vector3
positions
isLineStrip  Boolean
true if lines are connected to each other (the last position of one line is the first position of the next line); false if lines are disconnected (each line has two positions that are not shared with other lines)
isLineClosed  Boolean
true if the end of the last line is connected to the beginning of the first line
lineMaterial  ILineMaterial  (Optional)
lineMaterial
name  String  (Optional)
name (optional)
See Also