Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Question Camera.concurrentlyTurnTo vs Camera.turnTo?

Joined
Dec 24, 2018
Messages
29
What's the difference between the two? The API says it turns the camera "within a reasonable tolerance", what exactly does this mean? Is it less precise so more humanlike?
 
Community Manager
Joined
Apr 7, 2015
Messages
1,395
Concurrent uses another thread(?) or something like that so you can keep making other calls while moving the camera (I’m about 73% sure on this one)
 
Joined
Dec 24, 2018
Messages
29
Concurrent uses another thread(?) or something like that so you can keep making other calls while moving the camera (I’m about 73% sure on this one)

Thanks.

Any reason not to just always use concurrentlyTurnTo?
 
Top