You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrapping Mesh fields (vertices, normals, texcoords, faces, colors) in Option would be easier to check.
For example, checking if mesh.normals is Some is more convenient that checking if normals.is_empty() && normals[0].is_empty().
Wrapping Mesh fields (vertices, normals, texcoords, faces, colors) in Option would be easier to check.
For example, checking if
mesh.normalsis Some is more convenient that checking ifnormals.is_empty() && normals[0].is_empty().