Skip to content

Lib.numbers.int2.process.ScaleResolution

Thomas Mann edited this page May 28, 2025 · 2 revisions

ScaleResolution

in Lib.numbers.int2.process


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.


Input Parameters

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)

Outputs

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.

Clone this wiki locally