sortofsleepy / ofxARKit

A starting point for openFramworks and ARKit experimenting.
257 stars 34 forks source link

Matte Texture implementation #72

Closed pierrextardif closed 4 years ago

pierrextardif commented 4 years ago

Matte Implementation: forgot line 162 Camera.h:

#if defined(__IPHONE_13_0) && defined(ARBodyTrackingBool_h)

and Camera.mm line 25, 48, 190, 204 :

#if defined( __IPHONE_13_0 ) && defined( ARBodyTrackingBool_h )

Let me know if it's fine like that.

++

P