Nikhila Ravi a0f79318c5 Culling to frustrum bug fix
Summary:
When `z_clip_value = None` and faces are outside the view frustum the shape of one of the tensors in `clip.py` is incorrect.

`faces_num_clipped_verts` should be (F,) but it was (F,3).  Added a new test to ensure this case is handled.

Reviewed By: bottler

Differential Revision: D29051282

fbshipit-source-id: 5f4172ba4d4a75d928404dde9abf48aef18c68bd
2021-06-11 14:33:40 -07:00
..
2021-04-09 09:58:54 -07:00
2021-06-09 15:50:09 -07:00
2021-04-09 09:58:54 -07:00
2021-06-11 07:36:22 -07:00
2021-06-11 14:33:40 -07:00
2021-06-11 13:38:46 -07:00
2021-06-11 07:36:22 -07:00
2021-02-09 04:33:09 -08:00