chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Examples.Lib.mesh.modify;
|
||||
|
||||
[Guid("a35676b8-bcbc-4806-845a-8853b57f8ec7")]
|
||||
internal sealed class ScatterMeshFacesExample : Instance<ScatterMeshFacesExample>
|
||||
{
|
||||
[Output(Guid = "6cb9da18-7a64-4722-a19a-882ef894ff5f")]
|
||||
public readonly Slot<Texture2D> ImgOutput = new();
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user