chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:13:17 +08:00
commit 58ab8315aa
8961 changed files with 5602567 additions and 0 deletions
@@ -0,0 +1,11 @@
namespace Examples.Lib.point;
[Guid("99cf2542-d408-4a81-ba49-4204eb2f6df8")]
internal sealed class SelectPointsWithSDFExample : Instance<SelectPointsWithSDFExample>
{
[Output(Guid = "95c58733-2d45-428b-bb03-ee9210eef065")]
public readonly Slot<T3.Core.DataTypes.Texture2D> Result = new Slot<T3.Core.DataTypes.Texture2D>();
}