When I set a SCNTechnique to my SCNView, my SCNSceneRendererDelegate stops to work. Are there any workarounds? I want to execute some code before and after scene rendering. I've tried to reset the delegate, but It doesn't help. Thank you!
Asked
Active
Viewed 296 times
2

genpfault
- 51,148
- 11
- 85
- 139

Sergey Gonchar
- 31
- 4
-
Can we see your code? – Hal Mueller Dec 19 '15 at 01:15
1 Answers
1
You must use the scenekit COLOR output in a technique pass for the delegates to work

James Hurlbut
- 11
- 1