🎉 Welcome to the Mirage Renderer Docs Beta.

Helper Nodes
Combine

Combine

Combines incoming values into a variable

Inputs

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

Outputs

  1. Out: Combined variable

Remarks

Ports should be connected sequentially. If an edge is disconnected and a anteceding port is connected, that port will be ignored in the calculations. Ex: Ports connected: A, B, C and D. If C connection is removed D won’t be ignored in calculations.

Example

Combine node example