Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 1 replies, 0 views
OK. I guess I got it ... The option:
sceneView.allowsCameraControl = true
(which allows the control of the camera by the user) is definitively incompatible with the camera tracking through the "Look At" constraint (which makes sense).
Setting the option to false solves the issue.