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
Proposing to add something like geometry.face_colors that specifies a color for each triangle (as defined by the indices). Implementing per-face colors is normally not trivial, but because of how we render meshes, we have access to the face index :) so this is easy to implement.