| WaterFlowSurfaceSlopeSpeed Property |
Gets or sets the scale factor for surface-slope-based flow.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float SurfaceSlopeSpeed { get; set; }
Public Property SurfaceSlopeSpeed As Single
Get
Set
public:
property float SurfaceSlopeSpeed {
float get ();
void set (float value);
}
member SurfaceSlopeSpeed : float32 with get, set
Property Value
Type:
SingleThe scale factor for surface-slope-based flow.
Remarks
Vertex normals of the water
Volume can be used to define flow.
Water is always flowing downhill.
SurfaceSlopeSpeed defines the speed at which
water flows down an inclined water surface.
See Also