SimplexNoise

* This is a clean, fast, modern and free Perlin Simplex noise function.All Public Functions are BlueprintCallable so they can be used in every blueprint. From DevDad and Dedicated to you and Unreal…

  • 所有者: devdad/SimplexNoise
  • 平台:
  • 許可證: Other
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

SimplexNoise

SimplexNoise UE4 Plugin Screenshot

  • 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

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.

  • 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 ]

This algorithm was originally designed by Ken Perlin, but my code has been
adapted and extended from the implementation written by Stefan Gustavson (stegu@itn.liu.se)
and modified to fit to Unreal Engine 4

主要指標

概覽
名稱與所有者devdad/SimplexNoise
主編程語言C++
編程語言C++ (語言數: 2)
平台
許可證Other
所有者活动
創建於2015-12-20 00:02:17
推送於2024-04-14 22:36:22
最后一次提交2020-07-30 18:55:01
發布數4
最新版本名稱SimplexNoise.1.2.0_UE4.25.3 (發布於 )
第一版名稱SimplexNoise_UE4.18.3.zip (發布於 )
用户参与
星數299
關注者數23
派生數65
提交數42
已啟用問題?
問題數11
打開的問題數2
拉請求數9
打開的拉請求數2
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?