Wireframe |
The WireframeRenderingEffectTechnique type exposes the following members.
Name | Description | |
---|---|---|
DepthBias | Gets or sets a float that is used for line depth-bias (see DepthBias). Default value is 0. | |
LineColor | 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. | |
LinePattern | Gets or sets a float that is used for line pattern (see LinePattern). Default value is 0. | |
LinePatternOffset | Gets or sets a float that is used to offset line pattern (see LinePatternOffset). Default value is 0. | |
LinePatternScale | Gets or sets a float that is used to scale line pattern (see LinePatternScale). Default value is 1. | |
LineThickness | Gets or sets a float that is used for line thickness. Default value is 1. | |
UseLineColorFromDiffuseColor | When true (by default), then line color is read from the DiffuseColor (when it is available by the material; otherwise LineColor is used). |