Files
2026-07-13 13:13:17 +08:00

114 lines
3.6 KiB
Plaintext

{
"FormatVersion": 3,
"Id": "ccc06dd6-4eec-4d17-af0b-4f1700e7887a"/*PerlinNoise2*/,
"Description": "Generates a continuously and randomly changing value in the predefined range based on Perlin Noise / Gradient Noise.\n\nUseful to create random-looking animations e.g. flickering light, wind, fire, camshake, changing colors etc.\n\nThis creates PerlinNoise in 2 dimensions. See [PerlinNoise] and [PerlinNoise3] for Operators with less / more dimensions",
"InputUis": [
{
"InputId": "0abcff87-ace5-4a06-9217-b2caf831ecae"/*Amplitude*/,
"Position": {
"X": -2.7436478,
"Y": 125.44479
},
"Description": "Multiplier for the intensity of the highest and lowest value."
},
{
"InputId": "463d2c27-721f-41ad-ba76-5db138d92bf4"/*Frequency*/,
"Position": {
"X": -2.7436478,
"Y": -54.555206
},
"GroupTitle": "Complexity",
"Description": "Defines the frequency. A high frequency generates more variation per time unit."
},
{
"InputId": "a5731884-2efc-4cfd-a098-4a0b4b6bdd6b"/*AmplitudeXY*/,
"Position": {
"X": -2.7436478,
"Y": 125.44479
},
"GroupTitle": "Amplitude",
"Description": "Multiplier for the intensity of the highest and lowest value split for each value"
},
{
"InputId": "aba60946-8a72-4bc5-8b44-77144fb4b339"/*Phase*/,
"Position": {
"X": -2.7436478,
"Y": -69.55521
}
},
{
"InputId": "c1ffdc20-7c90-49f9-8deb-f0a415e130c8"/*Seed*/,
"Position": {
"X": -2.7436478,
"Y": -99.55521
},
"GroupTitle": "Options",
"Description": "Defines the seed for the randomness. Two exactly identical copies of the operator with different seeds always create different results."
},
{
"InputId": "c4d35b3f-6d27-4088-8cc4-9a3f380f00e9"/*Offset*/,
"Position": {
"X": -2.7436478,
"Y": 200.4448
},
"UseVec2Control": "Position"
},
{
"InputId": "c6e1170e-ae4f-44ae-aaab-e1aeb8f86997"/*BiasAndGain*/,
"Position": {
"X": -2.7436478,
"Y": 170.4448
},
"Description": "Defines bias and gain, which can be used to weight the ranges (both in terms of time and intensity) in which the values are most likely to fluctuate",
"AddPadding": "True",
"Min": 0.0,
"Max": 1.0,
"ClampMin": true,
"ClampMax": true,
"UseVec2Control": "GainAndBias"
},
{
"InputId": "cbcbce93-8c8d-41ed-b91b-9e3583c5a3b5"/*Octaves*/,
"Position": {
"X": -2.7436478,
"Y": -9.555206
},
"Description": "Defines the number of octaves or the level of detail and variation of the noise over time."
},
{
"InputId": "d72d0dcf-62d6-498a-838d-88d33d798d4f"/*RangeMin*/,
"Position": {
"X": -2.7436478,
"Y": 35.444794
},
"GroupTitle": "Output Range",
"Description": "Defines the lowest value of the noise."
},
{
"InputId": "dae5b55c-0c30-4ee9-a535-7654b8357669"/*RangeMax*/,
"Position": {
"X": -2.7436478,
"Y": 80.44479
},
"Description": "Defines the highest value of the noise."
},
{
"InputId": "f294c517-7427-4c14-a397-4605bffc52a4"/*OverrideTime*/,
"Position": {
"X": -2.7436478,
"Y": -144.5552
},
"Description": "Input for a value to override the time"
}
],
"SymbolChildUis": [],
"OutputUis": [
{
"OutputId": "2b60892b-be0e-46c0-b30b-562e34bd92a5"/*Result*/,
"Position": {
"X": 0.0,
"Y": 100.0
}
}
]
}