skcropnode Questions

3

I created a circular mask and animate a sprite inside the mask by using sprite kit SKCropNode class. But the edge of the mask looks pixellated. Is there a way to use anti-aliasing to smooth the ed...
Prenatal asked 16/12, 2013 at 19:35

5

Solved

I'm trying to create a circular mask in a Sprite Kit project. I create the circle like this (positioning it at the centre of the screen): SKCropNode *cropNode = [[SKCropNode alloc] init]; SKShape...
Schlueter asked 26/11, 2013 at 22:5

1

SKCropNode works by removing every thing from its affected nodes that are not covered by its source image. This is one type of masking, the other is to invert this logic, and reveal everything that...
Merwyn asked 5/11, 2016 at 8:2

1

Aside from the fact that the question asked here : Draw a hole in a rectangle with SpriteKit? has not satisfactorily been answered in its own right, the most significant difference between the two ...
1

© 2022 - 2024 — McMap. All rights reserved.