AFathi / ARVideoKit

Capture & record ARKit videos 📹, photos 🌄, Live Photos 🎇, and GIFs 🎆.
Apache License 2.0
1.62k stars 226 forks source link

Add SCNTechnique retaining support #98

Closed bartosy-ymija closed 4 years ago

bartosy-ymija commented 4 years ago

Currently the SCNTechnique of recorded view isn't being assigned to the rendering engine, which may result in differences between what is rendered on the screen and what is recorded in the video. This PR introduces a flag which controls whether SCNTechnique should be assigned from the view to the rendering engine.