Blender model image material is missing in ThreeJS

I created some blender model which I exported to use in Three Js. This is model in question


But when I import it in ThreeJs image that was on my screen material in blender is missing from ThreeJS:

How can I fix this?

You’ll need to share a screenshot of the material configuration in Blender, not just the viewport. Most materials in Blender cannot be exported to any format — you need to use Principled BSDF materials and follow the guidelines for export (or bake everything to unlit) to get the same results on export.

https://docs.blender.org/manual/en/latest/addons/import_export/scene_gltf2.html

@donmccurdy I used Emission

Maybe test in a viewer? https://gltf.report/

That configuration seems to work for me in Blender 3.0.0 but if it’s not working you may need to follow the emission docs here more strictly.