Website Header Slim

Derive Node Reference

Cross Node

Description

The Cross node treats pixels as Vector4 data, each channel representing a vector component, and performs a cross product on it’s inputs. This node can be useful to achieve certain color effects, but has no use apart from that, since Derive’s output is static and does not perform runtime calculations.

Sample Tree

Properties

None

Inputs

Input Name Allowed Data Types Description
A
Float, RGBA
Input that takes the texture containing the values for the left side of the cross product.
B
Float, RGBA
Input that takes the texture containing the values for the right side of the cross product.

Outputs

Output Name Data Type Description
Result
RGBA
Outputs a texture with it's pixels containing the results of the cross product performed on the inputs.

Login