Blender V5.0
blender::bke::mesh::EdgeOneCorner Struct Reference

Public Attributes

int local_corner_1
bool winding_torwards_vert

Detailed Description

The first corner has been added to the edge. For boundary edges, this is the only corner. We store whether the winding direction of the face was towards or away from the vertex to be able to detect when the winding direction of two neighboring faces doesn't match.

Definition at line 973 of file mesh_normals.cc.

Member Data Documentation

◆ local_corner_1

int blender::bke::mesh::EdgeOneCorner::local_corner_1

Definition at line 974 of file mesh_normals.cc.

◆ winding_torwards_vert

bool blender::bke::mesh::EdgeOneCorner::winding_torwards_vert

Definition at line 975 of file mesh_normals.cc.


The documentation for this struct was generated from the following file: