Click or drag to resize
AB4D logo

ThickLineEffectUseGeometryShader Property

Gets or sets a boolean that specifes if geometry shader is used to render the lines. Note that if DXScene.UseGeometryShaderFor3DLines is set to false, that this will override the value of UseGeometryShader property.

Namespace: Ab3d.DirectX.Effects
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.1.9105.2048 (1.0.0.0)
Syntax
C#
public bool UseGeometryShader { get; set; }

Property Value

Boolean
See Also