scenekit-outline-shader-scntechnique icon indicating copy to clipboard operation
scenekit-outline-shader-scntechnique copied to clipboard

Crashing Playgrounds 2.1

Open wave-electron opened this issue 6 years ago • 0 comments

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.

wave-electron avatar Jun 02 '18 22:06 wave-electron