11 lines
344 B
C#
11 lines
344 B
C#
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>();
|
|
|
|
|
|
} |