Skip to content

noisycat3/UnrealFastNoise

Repository files navigation

UnrealFastNoise

Modular, Blueprint-friendly noise generation for UE4

Features all the noise generation functionality of FastNoise

https://github.com/Auburns/FastNoise

But wrapped in a Blueprint-friendly interface along with some helpful modules for making more interesting noise combinations.

Modules:

Noise Generator - The main noise generator class

Select - Selects from one of two input modules, based on the value of a third

Blend - Blends between two input modules, based on the value of a third

ScaleBias - Applies a multiplier and/or additive value to an input module

Blueprint Example

About

Modular, Blueprint-friendly noise generation for UE4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.0%
  • Other 1.0%