This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
+1 vote

Hello,

I want to export a model under the gltf/glb format from Blender to Godot. Here is what it looks like in Blender:

enter image description here

Here you can see the edges around the underside and wheel arches that have been marked sharp:

enter image description here

And here is what it looks like in Godot:

enter image description here

Note how the shading around the arches doesn't work as it should and all the edges are uniformly shaded smooth. My question is simply : how do I make the edge shading data transfer from Blender to Godot using the gltf/glb format?

Thank you.

in Engine by (74 points)

Perhaps you should try Godot's GTLF Blender exporter addon. I don't know if it would fix the issue, but it was made by the Godot devs because they were unhappy with Blender's default exporter for various reasons, so it might be worth a shot! See:
https://github.com/godotengine/godot-blender-exporter

1 Answer

0 votes
Best answer

To anyone reading this, I found a solution : you must tick "tangents" in Blender's geometry export options for gltf.
enter image description here

by (74 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.