Closed abbana closed 4 years ago
Any chance you can upload a sample project showing this artifact?
Any chance you can upload a sample project showing this artifact?
@cclaan Sure, any SCNPlane or SCNtext nodes shown that behaviour. I have not tested other shapes. It seems to me is function of the NODE in regards to the camera. The above is a SCNPlane and the line is visible on the upper part of the node only, but still not usable.
Regarding the implementation I just
Hi,
issue is on the below line:
if ( maskColor.g > 0.5 ) { return half4(FragmentColor); }
All the rest works as supposed.
Thanks for the good job.
Were you able to fix it? sorry i haven't had a chance to look into this.
Correct, closing the issue now.
Hi,
hope you are good.
I am applying the technique to a SCNPlane and I have an ugly artifact in the border as per screenshot attached.
Can this artifact be removed someway or at least mitigated?