|
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.0.8865.1045
Syntax public bool RenderMultiPolyLinesWithOneDrawCall { get; set; }
Property Value
BooleanSee Also