Lib.image.fx.distort.PolarCoordinates - tixl3d/tixl GitHub Wiki
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]
| Name (Relevancy & Type) | Description |
|---|---|
| Image (Texture2DRequired) | - |
| Center (Vector2) | - |
| Radius (Single) | - |
| RadialBias (Single) | - |
| RadialOffset (Single) | - |
| Twist (Single) | - |
| Stretch (Vector2) | - |
| Resolution (Int2) | - |
| Mode (Int32) | - |
| Name | Type |
|---|---|
| TextureOutput | T3.Core.DataTypes.Texture2D |
⚠ Everything else is automatically generated and will be overwritten regularly.