You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ar.ios.ts
+5-2
Original file line number
Diff line number
Diff line change
@@ -226,8 +226,11 @@ export class AR extends ARBase {
226
226
227
227
// TODO pass this in - currently this is configured to occlude human bodies, see https://developer.apple.com/documentation/arkit/arconfiguration/3089121-framesemantics?language=objc
228
228
if(sdkVersion()>=13){
229
-
// note that this requires at least the A12 chip (iPhone Xs)
0 commit comments