Is there a way to add an outline in scene kit?
问题 I've been making a game in scene kit, but the edges of objects are difficult to see, making some of the games details impossible to see. Is there a way to make a black outline around all the game objects? 回答1: you could use an SCNTechnique as mentioned in another answer (you can have a look at this article about cel shading, which has an edge-detection pass) but full-frame post-processes are quite expensive. On OS X you can also leverage geometry shaders (see this article). But it's not