Auburn / FastNoise2

Modular node graph based noise generation library using SIMD, C++17 and templates
MIT License
1.02k stars 107 forks source link

OpenSimplex2 4th Dimension #108

Open DaAwesomeP opened 1 year ago

DaAwesomeP commented 1 year ago

Hello!

See the below photo as an example. When using Simplex noise, the W domain parameter (4th dimension, time parameter) may be updated and the result is shown. However, adjusting the W domain parameter with Open Simplex 2 noise has no effect (it says 3.580 but the image did not change at all).

This is from FastNoise2-v0.9.7-alpha-Linux64-Clang.

image

DaAwesomeP commented 1 year ago

Hey @Auburn, just wondering is this a bug or a missing feature? If the latter, is it planned or just not supported?

Auburn commented 1 year ago

It's a known missing feature atm. @KdotJPG would need to implement it 🙏

DaAwesomeP commented 1 year ago

Ah, I just noticed #109, so it looks like they are actively working on things!