Boolean and Normals

   2242   4   0
User Avatar
Member
30 posts
Joined: Feb. 2020
Offline
Hi everyone,

I always start to struggle with multiple boolean operations and normals. Is there any best practice workflow on how to do it right? Attached is my loot box that kind of looks wrong I just placed the normal at the end.

Attachments:
2020-09-17_17-02-21.png (1.2 MB)

User Avatar
Member
7785 posts
Joined: Sept. 2011
Online
Always make sure vertex normals exist before any boolean. Computing normals after a boolean will produce poor results because the mesh will no longer be composed of quads or tris.
User Avatar
Member
30 posts
Joined: Feb. 2020
Offline
jsmack
Always make sure vertex normals exist before any boolean. Computing normals after a boolean will produce poor results because the mesh will no longer be composed of quads or tris.

Thanks jsmack,

I have added 3 more screens

1. Before the Boolean it looks like this. And I think it looks right.
2. The geometry I want to use for Boolean
3. The Result.

What am I missing?

Attachments:
1.png (404.5 KB)
2.png (647.3 KB)
3.png (585.3 KB)

User Avatar
Member
7785 posts
Joined: Sept. 2011
Online
ChrisGG
What am I missing?

Vertex Normals. Your screen shot is showing prim normals which are NOT attributes and have no meaning here. Check the geometry spreadsheet or node info for the presence of vertex normals.

Attachments:
boolean_normals.png (896.3 KB)

User Avatar
Member
30 posts
Joined: Feb. 2020
Offline
Oh, that was the trick. Thanks for help
  • Quick Links