Splatoon-Ink icon indicating copy to clipboard operation
Splatoon-Ink copied to clipboard

A question

Open cjrcjrljy opened this issue 8 months ago • 0 comments

i am reading the source code,but i cant understand the supports influence

    command.SetRenderTarget(mask);
    command.DrawRenderer(rend, paintMaterial, 0);

    command.SetRenderTarget(support);
    command.Blit(mask, support);

    command.SetRenderTarget(extend);
    command.Blit(mask, extend, extendMaterial);

but when i remove the code ' command.Blit(mask, support);' , i find it can`t work

cjrcjrljy avatar May 08 '25 01:05 cjrcjrljy