Click or drag to resize
Ab4d.SharpEngine logo

WireframeRenderingEffectTechnique Properties

The WireframeRenderingEffectTechnique type exposes the following members.

Properties
 NameDescription
Public propertyDepthBias Gets or sets a float that is used for line depth-bias (see DepthBias). Default value is 0.
Public propertyLineColor Gets or sets a Color4 that is used when UseLineColorFromDiffuseColor is false or when line color cannot be determined (for example for StandardMaterial with texture). Default value is Black.
Public propertyLinePattern Gets or sets a float that is used for line pattern (see LinePattern). Default value is 0.
Public propertyLinePatternOffset Gets or sets a float that is used to offset line pattern (see LinePatternOffset). Default value is 0.
Public propertyLinePatternScale Gets or sets a float that is used to scale line pattern (see LinePatternScale). Default value is 1.
Public propertyLineThickness Gets or sets a float that is used for line thickness. Default value is 1.
Public propertyUseLineColorFromDiffuseColor When true (by default), then line color is read from the DiffuseColor (when it is available by the material; otherwise LineColor is used).
Top
See Also