arcore_flutter_plugin icon indicating copy to clipboard operation
arcore_flutter_plugin copied to clipboard

Textures doesn't load "GLTF"

Open omaremad166 opened this issue 4 years ago • 1 comments

I downloaded some 3d models ".gltf", when I render anyone one of them with textures it doesn't load textures, only a white object!

omaremad166 avatar Jul 25 '20 07:07 omaremad166

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.

BrutalCoding avatar Dec 17 '20 09:12 BrutalCoding