Chapter 911: noise4D()
Core Idea
_Part of the @remotion/noise package.
Key Concepts
- API
- seed
- x
- y
- z
- w
- Return value
- Example
Code Examples
const x = 32;
const y = 40;
const z = 50;
const w = 64;
console.log(noise4D("my-seed", x, y, z, w));
- What it demonstrates: Usage pattern for noise4D() from the official docs.
Key Takeaways
- Understand api when working with noise4D().
- Understand seed when working with noise4D().
- Understand x when working with noise4D().
- Understand y when working with noise4D().
- Understand z when working with noise4D().
Connects To
- Noise 2d: related page in the Noise (@remotion/noise) section.
- Noise 3d: related page in the Noise (@remotion/noise) section.