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

430 lines
16 KiB
Plaintext

{
"FormatVersion": 3,
"Id": "599ada75-b2ac-4f6c-ac98-f7b4bb6cf47d"/*FieldVolumeForce*/,
"Inputs": [
{
"Id": "02eb5c6b-3995-409b-bd18-9e5c3d58364a"/*Attraction*/,
"DefaultValue": 0.2
},
{
"Id": "0f929afe-8ba0-479f-adae-d96f89f86266"/*Repulsion*/,
"DefaultValue": 0.1
},
{
"Id": "212064e0-7adb-467d-91d7-9b8890d854bc"/*RandomizeReflection*/,
"DefaultValue": 0.0
},
{
"Id": "57ddd456-78f1-486c-a28f-9cfc02f8a989"/*RandomizeBounce*/,
"DefaultValue": 0.0
},
{
"Id": "637f406f-7cd2-496b-89b1-13945c14f637"/*NormalSamplingDistance*/,
"DefaultValue": 0.1
},
{
"Id": "64fb0a6f-8a7b-4121-ae71-3b028953df28"/*ApplyColorOnCollision*/,
"DefaultValue": false
},
{
"Id": "86f4bbf4-26a4-4dd7-9a23-3ef1a6c5a13b"/*Amount*/,
"DefaultValue": 1.0
},
{
"Id": "8eac0a70-00ad-45cf-a72a-d58593475151"/*Bounciness*/,
"DefaultValue": 1.0
},
{
"Id": "97334c3a-7d1b-4990-a541-70f6ef040197"/*ReflectOnCollision*/,
"DefaultValue": true
},
{
"Id": "bf4f4938-e8ca-4b64-aa8b-6247527ad2fd"/*InvertVolume*/,
"DefaultValue": false
},
{
"Id": "dba5f4e3-cbdc-4e12-b174-dd9b7d91bea8"/*AttractionDecay*/,
"DefaultValue": 0.0
},
{
"Id": "e24a0dca-504f-4fa9-8a1d-272611506613"/*Field*/,
"DefaultValue": null
}
],
"Children": [
{
"Id": "005ab440-8373-4d44-99ae-0ef766fb33c8"/*CalcDispatchCount*/,
"SymbolId": "eb68addb-ec59-416f-8608-ff9d2319f3a3",
"InputValues": [],
"Outputs": []
},
{
"Id": "0ce7cc7d-f30d-415d-bfe1-bb36a00d6b47"/*Multiply*/,
"SymbolId": "17b60044-9125-4961-8a79-ca94697b3726",
"InputValues": [
{
"Id": "5ae4bb07-4214-4ec3-a499-24d9f6d404a5"/*B*/,
"Type": "System.Single",
"Value": 0.425
}
],
"Outputs": []
},
{
"Id": "200b25c7-1e87-4b1b-9dda-d0a73fe51039"/*BoolToInt*/,
"SymbolId": "cd43942a-887e-4e34-bc54-0c2e5e8bc2af",
"InputValues": [],
"Outputs": []
},
{
"Id": "2c69ea1c-75a9-47da-98ba-615a3c05aea2"/*ComputeShader*/,
"SymbolId": "a256d70f-adb3-481d-a926-caf35bd3e64c",
"InputValues": [
{
"Id": "afb69c81-5063-4cb9-9d42-841b994b5ec0"/*Source*/,
"Type": "System.String",
"Value": "Lib:shaders/particles/FieldDistanceForce.hlsl"
}
],
"Outputs": []
},
{
"Id": "2f87e6f9-1b82-45f0-b1ac-cf3fc45f9e1a"/*SamplerState*/,
"SymbolId": "9515d59d-0bd5-406b-96da-6a5f60215700",
"InputValues": [],
"Outputs": []
},
{
"Id": "4cb46158-637b-4627-a678-c4a67276be88"/*BoolToInt*/,
"SymbolId": "cd43942a-887e-4e34-bc54-0c2e5e8bc2af",
"InputValues": [],
"Outputs": []
},
{
"Id": "5e813c08-d9ae-4da2-b6d8-58c352b80666"/*ComputeShaderStage*/,
"SymbolId": "8bef116d-7d1c-4c1b-b902-25c1d5e925a9",
"InputValues": [
{
"Id": "0105aca4-5fd5-40c8-82a5-e919bb7dd507"/*UavBufferCounter*/,
"Type": "System.Int32",
"Value": 2
},
{
"Id": "180cae35-10e3-47f3-8191-f6ecea7d321c"/*Dispatch*/,
"Type": "T3.Core.DataTypes.Vector.Int3",
"Value": {
"X": 64,
"Y": 1,
"Z": 1
}
}
],
"Outputs": []
},
{
"Id": "6c33d6ea-25eb-4566-a325-bf8dbe838ee1"/*IntsToBuffer*/,
"SymbolId": "2eb20a76-f8f7-49e9-93a5-1e5981122b50",
"InputValues": [],
"Outputs": []
},
{
"Id": "7db71542-add0-48e2-bcfe-ed29dc2932cc"/*FloatsToBuffer*/,
"SymbolId": "724da755-2d0c-42ab-8335-8c88ec5fb078",
"InputValues": [],
"Outputs": []
},
{
"Id": "84074d15-b34c-463a-a859-7e99b9cd8c85"/*GetParticleComponents*/,
"SymbolId": "e62c1fa0-6fcd-49f5-9cf8-d3081c8a5917",
"InputValues": [],
"Outputs": []
},
{
"Id": "8af6a48f-ce59-477a-9b4c-7289c5487098"/*Clamped*/,
"SymbolId": "9515d59d-0bd5-406b-96da-6a5f60215700",
"Name": "Clamped",
"InputValues": [
{
"Id": "93d8bf26-5067-4ccc-b4cb-e03970686462"/*AddressW*/,
"Type": "SharpDX.Direct3D11.TextureAddressMode",
"Value": "Mirror"
},
{
"Id": "e7c95fd5-14d1-434f-a140-f22ef69076ab"/*AddressU*/,
"Type": "SharpDX.Direct3D11.TextureAddressMode",
"Value": "Clamp"
},
{
"Id": "fdeb503f-09c6-48d1-8853-7426f68cdec3"/*AddressV*/,
"Type": "SharpDX.Direct3D11.TextureAddressMode",
"Value": "Clamp"
}
],
"Outputs": []
},
{
"Id": "cdf767f9-3bb1-49a8-b304-4612313ccbb1"/*ComputeShaderFromSource*/,
"SymbolId": "4e5bc624-9cda-46a8-9681-7fd412ea3893",
"InputValues": [
{
"Id": "08399b7a-a390-4a11-83eb-36ac68f76bc6"/*DebugName*/,
"Type": "System.String",
"Value": "custom"
},
{
"Id": "a8ee59c3-cb62-42e5-a3c9-f4968876c9cc"/*Code*/,
"Type": "System.String",
"Value": "#include \"lib/shared/hash-functions.hlsl\"\n#include \"lib/shared/point.hlsl\"\n\ncbuffer Params : register(b1)\n{\n float A;\n float B;\n float C;\n float D;\n float E;\n}\n\nStructuredBuffer<Point> SourcePoints : t0; \nRWStructuredBuffer<Point> ResultPoints : u0; \n\n[numthreads(64,1,1)]\nvoid main(uint3 i : SV_DispatchThreadID)\n{\n uint numStructs, stride;\n SourcePoints.GetDimensions(numStructs, stride);\n if(i.x >= numStructs) { \n return;\n }\n\n Point p = SourcePoints[i.x];\n\n ResultPoints[i.x].position = p.position + float3(0,0.1,0);\n ResultPoints[i.x].rotation = p.rotation;\n ResultPoints[i.x].w = p.w ;\n}\n"
}
],
"Outputs": []
},
{
"Id": "d4cced58-2538-42bc-ae3a-1bd791297471"/*HasTimeChanged*/,
"SymbolId": "2443b2fd-c397-4ea6-9588-b595f918cf01",
"InputValues": [
{
"Id": "bc112889-77a8-4967-a9b7-683b7c7017fe"/*Mode*/,
"Type": "System.Int32",
"Value": 3
}
],
"Outputs": []
},
{
"Id": "e3eabe76-4bbd-4121-ac8d-9c2b2e03143e"/*BoolToFloat*/,
"SymbolId": "9db2fcbf-54b9-4222-878b-80d1a0dc6edf",
"InputValues": [
{
"Id": "0a53a4ff-4dfb-455a-b70b-0d7eed5e5f22"/*ForTrue*/,
"Type": "System.Single",
"Value": -1.0
},
{
"Id": "24ffa0a7-9195-4b38-9c88-37cf4c3afc36"/*ForFalse*/,
"Type": "System.Single",
"Value": 1.0
}
],
"Outputs": []
},
{
"Id": "e76acc71-9691-4faa-8b20-30b42591fd64"/*_ExecuteParticleUpdate*/,
"SymbolId": "b1352ba6-1164-4b44-9b69-a9eb802ea77d",
"InputValues": [],
"Outputs": []
},
{
"Id": "f3a9d17e-2847-45e1-a751-8752cf4f98e3"/*GenerateShaderGraphCode*/,
"SymbolId": "73c028d1-3de2-4269-b503-97f62bbce320",
"InputValues": [
{
"Id": "0b5cbbdf-afe7-4daf-9f1e-0e79792691f1"/*TemplateFilePath*/,
"Type": "System.String",
"Value": "Lib:shaders/particles/FieldVolumeForce.hlsl"
}
],
"Outputs": []
}
],
"Connections": [
{
"SourceParentOrChildId": "e76acc71-9691-4faa-8b20-30b42591fd64",
"SourceSlotId": "8788aeb6-e339-43d9-930b-8af3bf703b7a",
"TargetParentOrChildId": "00000000-0000-0000-0000-000000000000",
"TargetSlotId": "3296dd74-7e80-459d-8b4d-6127437d73d8"
},
{
"SourceParentOrChildId": "cdf767f9-3bb1-49a8-b304-4612313ccbb1",
"SourceSlotId": "a3e0a72f-68d0-4278-8b9b-f4cf33603305",
"TargetParentOrChildId": "005ab440-8373-4d44-99ae-0ef766fb33c8",
"TargetSlotId": "3979e440-7888-4249-9975-74b21c6b813c"
},
{
"SourceParentOrChildId": "84074d15-b34c-463a-a859-7e99b9cd8c85",
"SourceSlotId": "2814600a-c45e-4bf8-ab24-b9d3c40d8077",
"TargetParentOrChildId": "005ab440-8373-4d44-99ae-0ef766fb33c8",
"TargetSlotId": "f79ccc37-05fd-4f81-97d6-6c1cafca180c"
},
{
"SourceParentOrChildId": "00000000-0000-0000-0000-000000000000",
"SourceSlotId": "02eb5c6b-3995-409b-bd18-9e5c3d58364a",
"TargetParentOrChildId": "0ce7cc7d-f30d-415d-bfe1-bb36a00d6b47",
"TargetSlotId": "372288fa-3794-47ba-9f91-59240513217a"
},
{
"SourceParentOrChildId": "00000000-0000-0000-0000-000000000000",
"SourceSlotId": "97334c3a-7d1b-4990-a541-70f6ef040197",
"TargetParentOrChildId": "200b25c7-1e87-4b1b-9dda-d0a73fe51039",
"TargetSlotId": "c644165f-3901-4dbf-8091-05f958e668e5"
},
{
"SourceParentOrChildId": "00000000-0000-0000-0000-000000000000",
"SourceSlotId": "64fb0a6f-8a7b-4121-ae71-3b028953df28",
"TargetParentOrChildId": "4cb46158-637b-4627-a678-c4a67276be88",
"TargetSlotId": "c644165f-3901-4dbf-8091-05f958e668e5"
},
{
"SourceParentOrChildId": "005ab440-8373-4d44-99ae-0ef766fb33c8",
"SourceSlotId": "35c0e513-812f-49e2-96fa-17541751c19b",
"TargetParentOrChildId": "5e813c08-d9ae-4da2-b6d8-58c352b80666",
"TargetSlotId": "180cae35-10e3-47f3-8191-f6ecea7d321c"
},
{
"SourceParentOrChildId": "f3a9d17e-2847-45e1-a751-8752cf4f98e3",
"SourceSlotId": "adf247cd-79cc-4d4e-b3c1-6a8b2d54683d",
"TargetParentOrChildId": "5e813c08-d9ae-4da2-b6d8-58c352b80666",
"TargetSlotId": "2e33837e-54c0-4519-8eda-04eee80690a5"
},
{
"SourceParentOrChildId": "f3a9d17e-2847-45e1-a751-8752cf4f98e3",
"SourceSlotId": "1a9b5e15-e9a7-4ed4-aa1a-2072398921b4",
"TargetParentOrChildId": "5e813c08-d9ae-4da2-b6d8-58c352b80666",
"TargetSlotId": "34cf06fe-8f63-4f14-9c59-35a2c021b817"
},
{
"SourceParentOrChildId": "7db71542-add0-48e2-bcfe-ed29dc2932cc",
"SourceSlotId": "f5531ffb-dbde-45d3-af2a-bd90bcbf3710",
"TargetParentOrChildId": "5e813c08-d9ae-4da2-b6d8-58c352b80666",
"TargetSlotId": "34cf06fe-8f63-4f14-9c59-35a2c021b817"
},
{
"SourceParentOrChildId": "6c33d6ea-25eb-4566-a325-bf8dbe838ee1",
"SourceSlotId": "f5531ffb-dbde-45d3-af2a-bd90bcbf3710",
"TargetParentOrChildId": "5e813c08-d9ae-4da2-b6d8-58c352b80666",
"TargetSlotId": "34cf06fe-8f63-4f14-9c59-35a2c021b817"
},
{
"SourceParentOrChildId": "8af6a48f-ce59-477a-9b4c-7289c5487098",
"SourceSlotId": "0e45c596-c80f-4927-941f-e3199401aa10",
"TargetParentOrChildId": "5e813c08-d9ae-4da2-b6d8-58c352b80666",
"TargetSlotId": "4047c9e7-1edb-4c71-b85c-c1b87058c81c"
},
{
"SourceParentOrChildId": "2f87e6f9-1b82-45f0-b1ac-cf3fc45f9e1a",
"SourceSlotId": "0e45c596-c80f-4927-941f-e3199401aa10",
"TargetParentOrChildId": "5e813c08-d9ae-4da2-b6d8-58c352b80666",
"TargetSlotId": "4047c9e7-1edb-4c71-b85c-c1b87058c81c"
},
{
"SourceParentOrChildId": "84074d15-b34c-463a-a859-7e99b9cd8c85",
"SourceSlotId": "231feefd-b07d-4fcd-9bd1-b74d0cd765b5",
"TargetParentOrChildId": "5e813c08-d9ae-4da2-b6d8-58c352b80666",
"TargetSlotId": "599384c2-bf6c-4953-be74-d363292ab1c7"
},
{
"SourceParentOrChildId": "cdf767f9-3bb1-49a8-b304-4612313ccbb1",
"SourceSlotId": "190e262f-6554-4b34-b5b6-6617a98ab123",
"TargetParentOrChildId": "5e813c08-d9ae-4da2-b6d8-58c352b80666",
"TargetSlotId": "5c0e9c96-9aba-4757-ae1f-cc50fb6173f1"
},
{
"SourceParentOrChildId": "84074d15-b34c-463a-a859-7e99b9cd8c85",
"SourceSlotId": "2814600a-c45e-4bf8-ab24-b9d3c40d8077",
"TargetParentOrChildId": "6c33d6ea-25eb-4566-a325-bf8dbe838ee1",
"TargetSlotId": "49556d12-4cd1-4341-b9d8-c356668d296c"
},
{
"SourceParentOrChildId": "200b25c7-1e87-4b1b-9dda-d0a73fe51039",
"SourceSlotId": "b0cfa6f9-3c3d-4499-b21a-5904d1cb3bd7",
"TargetParentOrChildId": "6c33d6ea-25eb-4566-a325-bf8dbe838ee1",
"TargetSlotId": "49556d12-4cd1-4341-b9d8-c356668d296c"
},
{
"SourceParentOrChildId": "4cb46158-637b-4627-a678-c4a67276be88",
"SourceSlotId": "b0cfa6f9-3c3d-4499-b21a-5904d1cb3bd7",
"TargetParentOrChildId": "6c33d6ea-25eb-4566-a325-bf8dbe838ee1",
"TargetSlotId": "49556d12-4cd1-4341-b9d8-c356668d296c"
},
{
"SourceParentOrChildId": "00000000-0000-0000-0000-000000000000",
"SourceSlotId": "86f4bbf4-26a4-4dd7-9a23-3ef1a6c5a13b",
"TargetParentOrChildId": "7db71542-add0-48e2-bcfe-ed29dc2932cc",
"TargetSlotId": "49556d12-4cd1-4341-b9d8-c356668d296c"
},
{
"SourceParentOrChildId": "0ce7cc7d-f30d-415d-bfe1-bb36a00d6b47",
"SourceSlotId": "e011dd8c-1b9c-458f-8960-e6c38e83ca74",
"TargetParentOrChildId": "7db71542-add0-48e2-bcfe-ed29dc2932cc",
"TargetSlotId": "49556d12-4cd1-4341-b9d8-c356668d296c"
},
{
"SourceParentOrChildId": "00000000-0000-0000-0000-000000000000",
"SourceSlotId": "dba5f4e3-cbdc-4e12-b174-dd9b7d91bea8",
"TargetParentOrChildId": "7db71542-add0-48e2-bcfe-ed29dc2932cc",
"TargetSlotId": "49556d12-4cd1-4341-b9d8-c356668d296c"
},
{
"SourceParentOrChildId": "00000000-0000-0000-0000-000000000000",
"SourceSlotId": "0f929afe-8ba0-479f-adae-d96f89f86266",
"TargetParentOrChildId": "7db71542-add0-48e2-bcfe-ed29dc2932cc",
"TargetSlotId": "49556d12-4cd1-4341-b9d8-c356668d296c"
},
{
"SourceParentOrChildId": "00000000-0000-0000-0000-000000000000",
"SourceSlotId": "8eac0a70-00ad-45cf-a72a-d58593475151",
"TargetParentOrChildId": "7db71542-add0-48e2-bcfe-ed29dc2932cc",
"TargetSlotId": "49556d12-4cd1-4341-b9d8-c356668d296c"
},
{
"SourceParentOrChildId": "00000000-0000-0000-0000-000000000000",
"SourceSlotId": "57ddd456-78f1-486c-a28f-9cfc02f8a989",
"TargetParentOrChildId": "7db71542-add0-48e2-bcfe-ed29dc2932cc",
"TargetSlotId": "49556d12-4cd1-4341-b9d8-c356668d296c"
},
{
"SourceParentOrChildId": "00000000-0000-0000-0000-000000000000",
"SourceSlotId": "212064e0-7adb-467d-91d7-9b8890d854bc",
"TargetParentOrChildId": "7db71542-add0-48e2-bcfe-ed29dc2932cc",
"TargetSlotId": "49556d12-4cd1-4341-b9d8-c356668d296c"
},
{
"SourceParentOrChildId": "e3eabe76-4bbd-4121-ac8d-9c2b2e03143e",
"SourceSlotId": "f0321a54-e844-482f-a161-7f137abc54b0",
"TargetParentOrChildId": "7db71542-add0-48e2-bcfe-ed29dc2932cc",
"TargetSlotId": "49556d12-4cd1-4341-b9d8-c356668d296c"
},
{
"SourceParentOrChildId": "00000000-0000-0000-0000-000000000000",
"SourceSlotId": "637f406f-7cd2-496b-89b1-13945c14f637",
"TargetParentOrChildId": "7db71542-add0-48e2-bcfe-ed29dc2932cc",
"TargetSlotId": "49556d12-4cd1-4341-b9d8-c356668d296c"
},
{
"SourceParentOrChildId": "84074d15-b34c-463a-a859-7e99b9cd8c85",
"SourceSlotId": "641ece29-7845-43e5-85ca-f33912a1989f",
"TargetParentOrChildId": "7db71542-add0-48e2-bcfe-ed29dc2932cc",
"TargetSlotId": "49556d12-4cd1-4341-b9d8-c356668d296c"
},
{
"SourceParentOrChildId": "f3a9d17e-2847-45e1-a751-8752cf4f98e3",
"SourceSlotId": "a1ab0c16-ed15-4334-a529-10e3c217df1a",
"TargetParentOrChildId": "cdf767f9-3bb1-49a8-b304-4612313ccbb1",
"TargetSlotId": "a8ee59c3-cb62-42e5-a3c9-f4968876c9cc"
},
{
"SourceParentOrChildId": "00000000-0000-0000-0000-000000000000",
"SourceSlotId": "bf4f4938-e8ca-4b64-aa8b-6247527ad2fd",
"TargetParentOrChildId": "e3eabe76-4bbd-4121-ac8d-9c2b2e03143e",
"TargetSlotId": "253b9ae4-fac5-4641-bf0c-d8614606a840"
},
{
"SourceParentOrChildId": "5e813c08-d9ae-4da2-b6d8-58c352b80666",
"SourceSlotId": "c382284f-7e37-4eb0-b284-bc735247f26b",
"TargetParentOrChildId": "e76acc71-9691-4faa-8b20-30b42591fd64",
"TargetSlotId": "5d480604-dcb1-455c-b961-d72218380c99"
},
{
"SourceParentOrChildId": "d4cced58-2538-42bc-ae3a-1bd791297471",
"SourceSlotId": "4883b1ec-16c1-422f-8db6-c74c3d48e5be",
"TargetParentOrChildId": "e76acc71-9691-4faa-8b20-30b42591fd64",
"TargetSlotId": "fa9f7267-d138-4219-ab78-ed37546a259c"
},
{
"SourceParentOrChildId": "00000000-0000-0000-0000-000000000000",
"SourceSlotId": "e24a0dca-504f-4fa9-8a1d-272611506613",
"TargetParentOrChildId": "f3a9d17e-2847-45e1-a751-8752cf4f98e3",
"TargetSlotId": "ffc1c70e-b717-4337-916d-c3a13343e9cc"
}
]
}