Home > Enterprise >  SceneKit – Adding vignette to SCNView has no effect
SceneKit – Adding vignette to SCNView has no effect

Time:04-21

I'm trying to set up a vignette effect within a SCNView. I did this following enter image description here

Your approach doesn't work because you're accessing the default camera.

cameraNode.camera = sceneView.scene?.rootNode.camera
  • Related