Documentation
Hash
VFX Loom 1.0 reference for the Hash node.
Input / Sources
generator.hash
Overview
Converts a scalar or Vector2 into a deterministic 0..1 value.
Stable hash source in the documented 0..1 domain. If both inputs are disconnected, the implementation hashes zero.
- Category
- Input / Sources
- Internal ID
generator.hash- Version
- VFX Loom 1.0
Inputs
| Input | Type | Required | Default | Meaning |
|---|---|---|---|---|
| value | Scalar | Optional | — | a scalar to hash |
| vector | Vector2 | Optional | — | a Vector2 to hash |
Outputs
| Output | Type | Meaning |
|---|---|---|
| value | Scalar | The production node output described by the overview. |
Usage
In practice
- Use Hash when the graph needs Converts a scalar or Vector2 into a deterministic 0..1 value.
- Stable hash source in the documented 0..1 domain. If both inputs are disconnected, the implementation hashes zero.
- Use it as a stable control or coordinate source, then connect its value to the node that consumes it.