Werner Palfinger

Results 2 issues of Werner Palfinger

Please give an update about your plans for a next version. Your siggraph 2021 papers are very promising and we are keen to try it out. You mentioned in the...

Meshes._compute_vertex_normals() calculates the same face normals three times. Here is an example that is 30% faster: ```python from pytorch3d.utils import ico_sphere import torch from timeit import timeit #original code from...

enhancement
do-not-reap