HalfdanJ / ofxARCore

Experimental addon for openFrameworks to use ARCore on Android devices
Apache License 2.0
182 stars 29 forks source link

question pull request #16

Open kashimAstro opened 6 years ago

kashimAstro commented 6 years ago

Hi @HalfdanJ,

I hope all goes well, first of all, thank you very much for this. much appreciated!

to be able to compile the examples, i had to implement some exceptions on Session, this is the situation on my fork: L87-L95 L119-L123 L141 L227-L231

I'm going to implement PointCloud and Plane in the coming days, has sense to push a pull request?

good day!

kashimAstro commented 6 years ago

Hi @HalfdanJ,

I have updated this addons to ARcore 1.2 and i added plan detection and point cloud.

https://github.com/kashimAstro/ofxARCore

this requires an update of ARcore1.2.apk that i took from here: https://github.com/google-ar/arcore-android-sdk/releases

Ciao