 |
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.DirectX
Assembly:
Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 5.2.8348.1045
Syntaxpublic bool RenderMultiPolyLinesWithOneDrawCall { get; set; }
Property Value
Type:
Boolean
See Also