Click or drag to resize

MarkableExtrudedVectorGraphicBuildSlice Method

Builds a slice for the specified index and transformation.

Namespace: RAYLASE.MarkerPlugin.JobElements
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public override void BuildSlice(
	int sliceIndex,
	dmat4 modelMatrix
)

Parameters

sliceIndex  Int32
Index of slice to build.
modelMatrix  dmat4
Transformation of slice.
See Also