SoDirectVizManagersubSamplingFactor Property |
Specifies the sub-sampling factor.
Namespace: OIV.DirectVizAssembly: OIV.DirectViz (in OIV.DirectViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic SoSFFloat subSamplingFactor { get; }
Public ReadOnly Property subSamplingFactor As SoSFFloat
Get
public:
property SoSFFloat^ subSamplingFactor {
SoSFFloat^ get ();
}
member subSamplingFactor : SoSFFloat with get
Property Value
Type:
SoSFFloat
Remarks
Values can range from 0. to 1. Default value is 0.5. The initial value can be set using the environment variable DIRECTVIZ_SUBSAMPLING_FACTOR. See SoPreferences.
See Also