calonso / ios-arkit

iOS Location based Augmented Reality engine
https://github.com/calonso/ios-arkit
MIT License
87 stars 35 forks source link

floorLoking it doesn't recognize it #8

Open VadimPlasiciuc opened 7 years ago

VadimPlasiciuc commented 7 years ago

using your framework, didn't change anything, but floorlooking isn't working, can you manage or help me to find the mistake ?

calonso commented 7 years ago

Hi @Stingray1 Of course, happy to help!!

First thing I'd double check is the configuration. A few things need to be properly configured so that floor images appear:

If that looks fine then you'll need to debug to understand what's happening. A few crucial points to check are:

Hope it helps.

VadimPlasiciuc commented 7 years ago

thank you very much :)

calonso commented 7 years ago

Did you manage to make it work?