, , , , , , - , , , .
, , , , , 2D- 3D - , , :

- . ( , " " ):

, . , flattenedClone , - , , GPU, , ( ), ( ). :

408 , 4.9K , 14.7K . iPad Air 14 - yuck.
, SCNShape. . ( , , - .)
, . , ( SpriteKit, SpriteKit iOS 8/OS X 10.10): .
, , SCNShape, - ( , ), :
UIImage *image = [UIImage imageNamed:@"sprite"];
UIBezierPath *path = PathFromImage(image);
SCNNode *node = [SCNNode nodeWithGeometry:[SCNShape shapeWithPath:path extrusionDepth:1]];
SCNMaterial *face = [SCNMaterial material];
face.diffuse.contents = image;
face.diffuse.magnificationFilter = SCNFilterModeNone;
SCNMaterial *side = [SCNMaterial material];
side.diffuse.contents = [UIColor blackColor];
side.specular.contents = [UIColor whiteColor];
node.geometry.materials = @[ face, side, side ];
SCNShape:

, - 60 , .