View source on GitHub |
Tensorflow utility functions to compute normals on meshes.
Functions
face_normals(...)
: Computes face normals for meshes.
gather_faces(...)
: Gather corresponding vertices for each face.
vertex_normals(...)
: Computes vertex normals from a mesh.