PolarCoordinates¶
Applies a polar coordinate transformation that converts between circular and rectangular coordinates. In other words, it wraps and unwraps round images.
Also see [Equirectangle], [ConvertEquirectangle]
Input Parameters¶
| Name (Relevancy & Type) | Description |
|---|---|
| Image (Texture2D Required) | — |
| Center (Vector2) | — |
| Radius (Single) | — |
| RadialBias (Single) | — |
| RadialOffset (Single) | — |
| Twist (Single) | — |
| Stretch (Vector2) | — |
| Resolution (Int2) | — |
| Mode (Int32) | — |
Outputs¶
| Name | Type |
|---|---|
| TextureOutput | T3.Core.DataTypes.Texture2D |