 |
PK_MESH_has_unique_normals |
|
PK_ERROR_code_t PK_MESH_has_unique_normals
(
--- received arguments ---
PK_MESH_t mesh, --- the mesh
const PK_MESH_has_unique_normals_o_t *options, --- options structure
--- returned arguments ---
PK_LOGICAL_t *const has_unique_normals --- whether the mesh
--- has unique normals
)
This function returns whether the given 'mesh' has unique normals.
A mesh has unique normals if for every mvertex in the mesh all of the mfins at
that mvertex share the same normal as returned from PK_MFIN_ask_mvx_normal.