Hello,
Please excuse the question, I am still studying this great application. I noticed some normals are flipped after merging operation. I have been looking for a way to fix it but could not find any. Can anyone please direct me to a solution ?
Flipping Normal: Any Node or Suggestion
2215 2 1- John31
- Member
- 72 posts
- Joined: Nov. 2018
- Offline
- jsmack
- Member
- 8046 posts
- Joined: Sept. 2011
- Offline
If normals are flipped after merge, then they are flipped before as well.
Some nodes that deal with normals, either implied normal or attribute normal
Reverse - reverses topology, implied normal will face the other way. Does not affect computed normals stored on vertices/points.
Facet - can compute normals, modify topology to create sharp or smooth edges, or reverse already existent normals.
Normal - compute normals without modifying topology and store them on points or vertices or primitives (faces)
Attribute VOP/wrangle/expression - Write code or create a node graph to explicitly negate the ‘N’ attribute. e.g.
Some nodes that deal with normals, either implied normal or attribute normal
Reverse - reverses topology, implied normal will face the other way. Does not affect computed normals stored on vertices/points.
Facet - can compute normals, modify topology to create sharp or smooth edges, or reverse already existent normals.
Normal - compute normals without modifying topology and store them on points or vertices or primitives (faces)
Attribute VOP/wrangle/expression - Write code or create a node graph to explicitly negate the ‘N’ attribute. e.g.
@N *= -1;
- John31
- Member
- 72 posts
- Joined: Nov. 2018
- Offline
-
- Quick Links