|
DXSceneRenderMultiPolyLinesWithOneDrawCall Property |
When true (by default) then multiple poly-lines can be rendered with one draw call (one
ScreenSpaceLineNode is created).
When false, then for each poly-line one
ScreenSpaceLineNode is create and this renders each line with its own draw call.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.1.9105.2048 (1.0.0.0)
Syntax public bool RenderMultiPolyLinesWithOneDrawCall { get; set; }
Property Value
BooleanSee Also