 |
ThickLineEffectLineRasterizationMode Property |
Gets or sets the mode that specifies how the 3D lines are rendered.
When the ThickLineEffect is created, this value is set to GeometryShader.
If this is not changed by the used, then when this effect is initialized,
then this value is set to the
LineRasterizationMode from the
Scene object.
If the selected mode is not supported by the system, then a supported mode is used (
VulkanSinglePixelWideLines is used as a fallback value).
Namespace: Ab4d.SharpEngine.EffectsAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntaxpublic LineRasterizationModes LineRasterizationMode { get; set; }
Property Value
LineRasterizationModes[Missing <value> documentation for "P:Ab4d.SharpEngine.Effects.ThickLineEffect.LineRasterizationMode"]
Remarks[Missing <remarks> documentation for "P:Ab4d.SharpEngine.Effects.ThickLineEffect.LineRasterizationMode"]
See Also