Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Messy meshes. #3

Open
shayneoneill opened this issue Aug 31, 2020 · 1 comment
Open

Messy meshes. #3

shayneoneill opened this issue Aug 31, 2020 · 1 comment

Comments

@shayneoneill
Copy link

So I had a run with this thing, and while its great work, the meshes where kind of messy, lots of flipped normals and unnecessary triangles. I havent had much luck convincing blender to clean up the meshes either.

Have you any advice on how to fix up the exported geometry. At this stage its kind of really only good for colliders, but Godot can already do that natively.

@xtremezero
Copy link
Owner

xtremezero commented Jan 27, 2021

Firstly, Sorry for the very late response.

I don't really know why would this happen to you, You need to be careful when you make your CSG in Godot ( keep scale positive and adjust the Snap option if you had alot of overlapping verticies.
Additionally, when dealing with CSGs you need to take couple of steps when you edit them in Blender (or any 3D tool) :
1- Merge by distance (Remove Dobules)
2- Recalculate Normals Outside
3- Cleanup messed normals manually
4- ... Do Your Edits ...

Here are some stuff that I made using Godot CSG and blender:
https://sketchfab.com/3d-models/agent-p-perry-the-platypus-5a6d702d8c75432eb260314b1604f284
https://sketchfab.com/3d-models/kirby-9bd5319c758b49969064c5aa0d70daf6
https://sketchfab.com/3d-models/bard-lol-1937b51890ac49798779d685a21f49bc

anyways, tell me if you're still facing that issue (and sorry for the very late response) :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants