Light difference Blender & 8thwall

I made an animation in blender, but when I export it to 8th wall in glb format the lighting seems off. Can 8thwall not read the light properties of blender and how can I fix this?
Screenshot 2024-02-19 145456

Hello @Alexander_Mersseman

8th Wall uses web based 3D frameworks such as three.js or A-frame which use a different rendering engine compared to that of Blender. Such things as lighting and rendering need to be set up seperately via the web 3D framework of your choice and is not something that you can export from Blender into a .glb file.

I would reference our .glb 3D model documentation here for more information:

At a quick glance it also looks like your 3D models normals are facing the wrong way and or you have backface culling on. I would take a look into this as well.

2 Likes