scenekit-outline-shader-scntechnique
scenekit-outline-shader-scntechnique copied to clipboard
Crashing Playgrounds 2.1
Runs in Xcode without issue, but running using swift playgrounds 2.1 released on 30th April 2018, it crashes on
scnView.technique = SCNTechnique(dictionary: technique)
by commenting out this line, the playground will at least run the scnView. Don't know about SCNTechnique using shaders to know whether its a playground bug or code related.