 |
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: 6.0.8585.1045
Syntaxpublic bool RenderMultiPolyLinesWithOneDrawCall { get; set; }
Property Value
Boolean
See Also