chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Examples.Lib.mesh;
|
||||
|
||||
[Guid("4f113e4a-eb27-4e40-8843-d15d54610f33")]
|
||||
internal sealed class DrawMeshAtPointsExample : Instance<DrawMeshAtPointsExample>
|
||||
{
|
||||
|
||||
[Output(Guid = "823e0f6a-518b-46cd-a929-7e069fe653a7")]
|
||||
public readonly Slot<Texture2D> ImageOutput = new();
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user