MCPcopy Index your code
hub / github.com/KdotJPG/OpenSimplex2 / noise4_UnskewedBase

Method noise4_UnskewedBase

java/OpenSimplex2S.java:500–535  ·  view source on GitHub ↗

4D SuperSimplex noise base. Using ultra-simple 4x4x4x4 lookup partitioning. This isn't as elegant or SIMD/GPU/etc. portable as other approaches, but it competes performance-wise with optimized 2014 OpenSimplex.

(long seed, double xs, double ys, double zs, double ws)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

noise4_ImproveXYZMethod · 0.95
noise4_FallbackMethod · 0.95

Calls 2

fastFloorMethod · 0.95
gradMethod · 0.95

Tested by

no test coverage detected