Interface IPostEffectMeshXRay
- Namespace
- HelixToolkit.SharpDX.Core
- Assembly
- HelixToolkit.SharpDX.dll
public interface IPostEffectMeshXRay : IPostEffect
- Inherited Members
Properties
Color
Gets or sets the color.
Color4 Color { get; set; }
Property Value
- Color4
The color.
EnableDoublePass
Gets or sets a value indicating whether [double pass]. Double pass uses stencil buffer to reduce overlapping artifacts
bool EnableDoublePass { get; set; }
Property Value
- bool
trueif [double pass]; otherwise,false.
OutlineFadingFactor
Gets or sets the outline fading factor.
float OutlineFadingFactor { get; set; }
Property Value
- float
The outline fading factor.