查询
最新公告

简单噪声插件v1.0 (5.1)


SimplexNoise Plugin v1.0 (5.1)


From DevDad and Dedicated to you and Unreal Community. Code is now under MIT License, Use it free for what ever you want. I only request that you mention me in the credits for your game in the way that feels most appropriate to you.

This is a clean, fast, modern and free Perlin Simplex noise function.
If we change float to double it could be even faster but there is no double type in Blueprint
All Public Functions are BlueprintCallable so they can be used in every blueprint

SimplexNoise 1D,2D,3D & 4D
Scaled Version SimplexNoise 1D,2D,3D & 4D
InRange version SimplexNoise 1D,2D,3D & 4D
SimplexNoise Function retruns float value between 0 - 1
SimplexNoise Scaled retruns float value between 0 - scale factor
SimplexNoise In Range returns float value between minRange - maxRange
inFactor value added to all functions to set frequency of the noise[ Recomended values form: 0.1 - 0.00001 ]
GetSimpleNoise1D_EX (float x, float lacunarity, float persistance, int octaves, float inFactor, bool ZeroToOne)
GetSimpleNoise2D_EX (float x, float y, float lacunarity, float persistance, int octaves, float inFactor, bool ZeroToOne)
GetSimpleNoise3D_EX (float x, float y, float z, float lacunarity, float persistance, int octaves, float inFactor, bool ZeroToOne)
GetSimpleNoise4D_EX (float x, float y, float z, float w, float lacunarity, float persistance, int octaves, float inFactor, bool ZeroToOne) Version: 1.0 (5.1) Home Page: https://github.com/devdad/SimplexNoise


Download from free file storage


本站不对文件进行储存,仅提供文件链接,请自行下载,本站不对文件内容负责,请自行判断文件是否安全,如发现文件有侵权行为,请联系管理员删除。