How to animate the background color of a scene view (SCNView). Note, not a scene (SCNScene), or conventional UIView – Ios swift
Is it possible to animate the .backgroundColor property of an SCNView? Please note, it is easy to animate the background of an actual scene (SCNScene) and I know how to do that. It is also easy to animate the background…