Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Anamorphic Distortion Parameters' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| real | Pixel Aspect | Anamorphic Squeeze (the ratio of the filmback size to the size of the rasterized image) |
| real | CX02 | X coefficient of the r^2 term |
| real | CX04 | X coefficient of the r^4 term |
| real | CX22 | X coefficient of the r^2cos(2phi) term |
| real | CX24 | X coefficient of the r^4cos(2phi) term |
| real | CX44 | X coefficient of the r^4cos(4phi) term |
| real | CY02 | Y coefficient of the r^2 term |
| real | CY04 | Y coefficient of the r^4 term |
| real | CY22 | Y coefficient of the r^2cos(2phi) term |
| real | CY24 | Y coefficient of the r^4cos(2phi) term |
| real | CY44 | Y coefficient of the r^4cos(4phi) term |
| real | Squeeze X | Squeeze Factor (should be small, relatively close to 1.0) |
| real | Squeeze Y | Squeeze Factor (should be small, relatively close to 1.0) |
| real | Lens Rotation | Lens Rotation in degrees. Represents mounting inaccuracies (should be small, between -2 and +2 degrees) |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Anamorphic Distortion Parameters |