🎉 Welcome to the Mirage Renderer Docs Beta.

Helper Nodes
Split

Split

Splits the incoming value into its channels.

Inputs

  1. A: incoming value (float, int, Vector2, Vector2Int, Vector3, Vector3Int, Vector4) scalar, []-[][]-[][][]-[][][][]

Outputs

  1. A: First channel (float, int) scalar, []-[][]-[][][]-[][][][]
  2. B: Second channel (float, int) scalar, []-[][]-[][][]-[][][][]
  3. C: Third channel (float, int) scalar, []-[][]-[][][]-[][][][]
  4. D: Fourth channel (float, int) scalar, []-[][]-[][][]-[][][][]

Remarks

If a value has less channel than A..D, empty channels will be assigned empty object

Example

Split node example