Added plugin FastNoiseGenerator. Added noise to landscape approach2 in map02. WIP
This commit is contained in:
34
Plugins/FastNoiseGenerator/FastNoiseGenerator.uplugin
Normal file
34
Plugins/FastNoiseGenerator/FastNoiseGenerator.uplugin
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 2,
|
||||
"VersionName": "1.01",
|
||||
"FriendlyName": "FastNoiseGenerator",
|
||||
"Description": "Blueprint-friendly noise generator wrapper for Auburns's Fast Noise library.",
|
||||
"Category": "Code Plugins",
|
||||
"CreatedBy": "Víctor Hernández Molpeceres (Rockam)",
|
||||
"CreatedByURL": "https://www.unrealengine.com/marketplace/en-US/profile/Rockam",
|
||||
"DocsURL": "https://drive.google.com/file/d/1Md0e-c89Id7Kq6-5aWvGdSomEIb6fRgH/view?usp=sharing",
|
||||
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/527737f42da544e9abf8607a40495fbd",
|
||||
"SupportURL": "norlun5@gmail.com",
|
||||
"EngineVersion": "5.3.0",
|
||||
"CanContainContent": false,
|
||||
"Installed": true,
|
||||
"Modules": [
|
||||
{
|
||||
"Name": "FastNoise",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default",
|
||||
"PlatformDenyList": [
|
||||
"IOS"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "FastNoiseGenerator",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default",
|
||||
"PlatformDenyList": [
|
||||
"IOS"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user