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

113 lines
3.5 KiB
Plaintext

{
"FormatVersion": 3,
"Id": "50aab941-0a29-474a-affd-13a74ea0c780"/*PerlinNoise3*/,
"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, cam shake, changing colors etc.\n\nThis creates PerlinNoise in 3 dimensions. See [PerlinNoise] and [PerlinNoise2] for operators with fewer dimensions",
"InputUis": [
{
"InputId": "03df41a8-3d72-47b1-b854-81e6e59e7cb4"/*Frequency*/,
"Position": {
"X": -2.7436478,
"Y": -54.555206
},
"GroupTitle": "Complexity",
"Description": "Defines the frequency. A high frequency generates more variation per time unit.",
"Min": 0.0,
"Max": 50.0
},
{
"InputId": "1cd2174e-aeb2-4258-8395-a9cc16f276b5"/*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": "2693cb7d-33b3-4a0c-929f-e6911d2d4a0c"/*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": "3065b319-7c6f-4447-a32a-454ee690ba36"/*Offset*/,
"Position": {
"X": -2.7436478,
"Y": 170.4448
}
},
{
"InputId": "5401e715-7a82-43ab-ba16-d0e55a1d83d4"/*RangeMax*/,
"Position": {
"X": -2.7436478,
"Y": 80.44479
},
"Description": "Defines the highest value of the noise."
},
{
"InputId": "b4b38d87-f661-4b8b-b978-70bf34152422"/*RangeMin*/,
"Position": {
"X": -2.7436478,
"Y": 35.444794
},
"GroupTitle": "Output Range",
"Description": "Defines the lowest value of the noise."
},
{
"InputId": "b7b95fc2-c73f-4db1-bdab-2445fe62f032"/*BiasAndGain*/,
"Position": {
"X": -2.7436478,
"Y": 125.44479
},
"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,
"UseVec2Control": "GainAndBias"
},
{
"InputId": "c427d83b-1046-4b8d-b44a-e616a64a702a"/*AmplitudeXYZ*/,
"Position": {
"X": -2.7436478,
"Y": 125.44479
},
"Description": "Multiplier for the intensity of the highest and lowest value split for each value"
},
{
"InputId": "d8b83ca4-1f72-43da-818d-0927f15b6efb"/*Phase*/,
"Position": {
"X": -2.7436478,
"Y": -69.55521
}
},
{
"InputId": "deddfbee-386d-4f8f-9339-ec6c01908a11"/*OverrideTime*/,
"Position": {
"X": -2.7436478,
"Y": -144.5552
},
"Description": "Input for a value to override the time"
},
{
"InputId": "e0f4333d-8bee-4f9e-bb29-9f76bd72e61f"/*Amplitude*/,
"Position": {
"X": -2.7436478,
"Y": 125.44479
},
"GroupTitle": "Amplitude",
"Description": "Multiplier for the intensity of the highest and lowest value."
}
],
"SymbolChildUis": [],
"OutputUis": [
{
"OutputId": "1666bc49-4dae-4cb0-900b-80b50f913117"/*Result*/,
"Position": {
"X": 0.0,
"Y": 0.0
}
}
]
}