DistorterBulge Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A Distorter that distorts points based on their distance and direction from the center of the bulge point.
public ref class DistorterBulge : Microsoft::MixedReality::Toolkit::Physics::Distorter
[UnityEngine.AddComponentMenu("Scripts/MRTK/Core/DistorterBulge")]
public class DistorterBulge : Microsoft.MixedReality.Toolkit.Physics.Distorter
[<UnityEngine.AddComponentMenu("Scripts/MRTK/Core/DistorterBulge")>]
type DistorterBulge = class
inherit Distorter
Public Class DistorterBulge
Inherits Distorter
- Inheritance
- Attributes
-
UnityEngine.AddComponentMenuAttribute
The characteristics of the distortion are also heavily controlled by the BulgeFalloff property, which should contain key frames that cover the [0, 1] time range.
Bulge |
|
Bulge |
|
Bulge |
|
Bulge |
|
Bulge |
|
Distortion |
(Inherited from Distorter) |
Distort |
(Inherited from Distorter) |
Distort |
(Inherited from Distorter) |
Scale |
Compare |
(Inherited from Distorter) |
Distort |
Distorts a world-space point Automatically applies DistortStrength and ensures that strength never exceeds 1 (Inherited from Distorter) |
Distort |
|
Distort |
Distorts a world-space scale Automatically applies DistortStrength and ensures that strength never exceeds 1 (Inherited from Distorter) |
Distort |
Internal function where scale distortion is done |
On |
(Inherited from Distorter) |
On |
(Inherited from Distorter) |
Product | Versions |
---|---|
MRTK2 Unity 2018 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0 |
MRTK2 Unity 2019 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |
MRTK2 Unity 2020 | 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |