zirman / arcore-filament-example-app

ARCore Filament Example App
MIT License
95 stars 15 forks source link

depth branch #6

Closed bitamirshafiee closed 3 years ago

bitamirshafiee commented 3 years ago

Hello and thanks again for the great repository, I have one question I tried 'gitk' on the repo and it seems 'depth' branch is not merged with master. and I tried to see difference between depth branch and master branch and I saw the depth configurations are set in both branches, so could you please tell me what are the differences between these branches?and does depth just work on depth branch?cause I think it is working on master too?(a little confused)

and another question the depth that is used here is the Depth API that is introduced by Google yes? this link : https://developers.google.com/ar/develop/java/depth/overview

Thanks.

zirman commented 3 years ago

To be honest it's been a while since I touched the depth branch. Master branch is configured to use ARCore's depth API and uses the pixel shader to occlude models. I will delete the 'depth' branch to reduce confusion.