arcore_flutter_plugin
arcore_flutter_plugin copied to clipboard
Textures doesn't load "GLTF"
I downloaded some 3d models ".gltf", when I render anyone one of them with textures it doesn't load textures, only a white object!
The gltf file is referencing to its textures, make sure that you have those as well.
If you open the gltf file as plain text you should be able to find what png's/jpg's its trying to load, it could be something like “materials/mytexture.png” and it that case you have to make sure you got a “materials” folder with that png, this materials folder should be inside the same folder where you saved the gltf file.