Lib.numbers.int2.process.ScaleResolution - tixl3d/tixl GitHub Wiki
Non-Uniformly scales / multiplies an int2 which is used for defining resolutions
For a similar operator with less settings see [ScaleSize]
Also see [MakeResolution], [int2] etc.
Name (Relevancy & Type) | Description |
---|---|
Resolution (Int2) | Defines X and Y / Width and height of the resolution to be scaled |
Factor (Vector2) | Defines the scaling factor for X and Y / Width and height |
ClampToValidTextureSize (Boolean) | Can limit the output to resolutions that are valid for textures (e.g. Powers of 2) |
Name | Type |
---|---|
Size | T3.Core.DataTypes.Vector.Int2 |
Please help use to improve this documentation. Feel free to improve the description.
⚠ Everything else is automatically generated and will be overwritten regularly.