HeightScaleFactor Property (FreeSurfaceRenderableSeries3D)
Gets or sets the displacement factor that controls how strongly the height map affects the surface geometry.
Syntax
Property Value
A System.Double value representing the displacement intensity. Must be greater than or equal to 0. The default value is1.0.Remarks
A value of
0.0 disables displacement, rendering the surface flat. A value of 1.0 applies the height map at full intensity, displacing each vertex based on the height map values. Intermediate values (e.g., 0.5) apply a scaled version of the height map, resulting in partial displacement.Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also