KhronosGroup / glTF-Blender-IO

Blender glTF 2.0 importer and exporter
https://docs.blender.org/manual/en/latest/addons/import_export/scene_gltf2.html
Apache License 2.0
1.49k stars 317 forks source link

Image as Planes using PNG's when exported as .glb leads to a grey plane. #670

Closed Fizzelini closed 5 years ago

Fizzelini commented 5 years ago

Describe the bug I'm new to Blender and WebAR and am trying to import png into Blender 2.8 using image as planes, have changed Blend Mode to Alpha Blend. When i export it into a .glb all i get is a grey plane. Any help would be appreciated. Thank you :) Screenshot (1130) Screenshot (1133) Screenshot (1131)

julienduroure commented 5 years ago

Hello,

Blender 2.80 Images as Plane creates a node tree that is not supported by glTF exporter. You can find the doc of what is supported for glTF here : https://docs.blender.org/manual/en/latest/addons/io_scene_gltf2.html

But Images as Plane has been updated recently to create a node tree that is compatible with glTF exporter.
You can find here alpha version of future 2.81 : https://builder.blender.org/download/

--> Your issue is solved in recent blender build