MCPcopy Create free account
hub / github.com/KdotJPG/OpenSimplex2 / noise3_UnrotatedBase

Function noise3_UnrotatedBase

rust/smooth.rs:274–568  ·  view source on GitHub ↗

Generate overlapping cubic lattices for 3D Re-oriented BCC noise. Lookup table implementation inspired by DigitalShadow. It was actually faster to narrow down the points in the loop itself, than to build up the index with enough info to isolate 8 points. */

(seed: i64, xr: f64, yr: f64, zr: f64)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

noise3_ImproveXYFunction · 0.70
noise3_ImproveXZFunction · 0.70
noise3_FallbackFunction · 0.70

Calls 2

fastFloorFunction · 0.70
grad3Function · 0.70

Tested by

no test coverage detected