CariusLars / ar_flutter_plugin

Flutter Plugin for AR (Augmented Reality) - Supports ARKit on iOS and ARCore on Android devices
MIT License
322 stars 233 forks source link

Model Show in Black and white #103

Closed ehabme closed 1 year ago

ehabme commented 2 years ago

hello , everyone i have a aproblem with plugin in Colors , i see model show as grey or black and white , i don't know why (screenshot attached)!

well done guys , really good plugin .

image

ehabme commented 2 years ago

hello everyone , any updates ? thanks

Romna2208 commented 2 years ago

Hello !

I have the almost exact same problem :)

We have a waypoint we need to show in AR. Here it is : model.zip

It works well on android, but on ios it's completly black no matter what i try. I tried exporting the object with lights, materials, textures, ... There is no grey like on this bed tho. I'm not too sure what I can try next ?

Thanks a lot !

giovannicampagnolo commented 1 year ago

I have the same problem

giovannicampagnolo commented 1 year ago

i solve my problem with a fork of plugin and after that i modify the file iosArView

at line 233 you can solve the problem

you have to add configuration.environmentTexturing = .automatic

Schermata 2022-10-27 alle 10 58 20
CariusLars commented 1 year ago

I´ve added this to release 0.7.2 👍 thanks for solving this, feel free to PR with your forked version next time so everyone gets your fixes ASAP :) Keep up the good work!