Click or drag to resize
AB4D logo

ScreenSpaceLineMesh Properties

The ScreenSpaceLineMesh type exposes the following members.

Properties
 NameDescription
Public propertyCreateDynamicVertexBuffer Gets or sets a Boolean that specifies if the vertex buffer is created as a dynamic buffer. This can provide slightly better performance for cases when vertex buffer is updated very often. Default value is false.
Public propertyIsLineStrip If true than the Positions define connected lines, if false than lines are not connected and each line is defined by two positions.
Public propertyLineIndices When set to an array of line indices, then an index buffer is created from the array. This can be used to render multiple poly-lines with one draw call. This array must be set before this mesh is initialized.
Public propertyPositions Positions array that form 3D lines.
Top
See Also