2

Problem Trying to programatically change the SKSpriteNode perspective? i.e making the bottom of the image a greater width than the top of the image, or vice versa?

Cannot find any search help for this in Sprite Kit.

Daniel
  • 285
  • 3
  • 12

1 Answers1

3

Check out CIPerspectiveTransform filter.I believe it is possible to apply it using SKEffectNode.

Dmitry Klochkov
  • 2,484
  • 24
  • 31