Skip to content

Commit

Permalink
Improves scanning performance and stability
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Thompson committed Mar 27, 2019
1 parent eb286ad commit 051be1d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#import <Foundation/Foundation.h>
#import <simd/simd.h>

#if !TARGET_OS_OSX

#import <StandardCyborgFusion/SCReconstructionManagerParameters.h>
#import <StandardCyborgFusion/SCAssimilatedFrameMetadata.h>

Expand Down Expand Up @@ -108,3 +110,5 @@ NS_SWIFT_NAME(accumulate(depthBuffer:colorBuffer:calibrationData:));
@end

NS_ASSUME_NONNULL_END

#endif // !TARGET_OS_OSX
Binary file modified StandardCyborgFusion/StandardCyborgFusion.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 051be1d

Please sign in to comment.