• Nikhila Ravi's avatar
    coarse rasterization bug fix · 9ef1ee84
    Nikhila Ravi authored
    Summary:
    Fix a bug which resulted in a rendering artifacts if the image size was not a multiple of 16.
    Fix: Revert coarse rasterization to original implementation and only update fine rasterization to reverse the ordering of Y and X axis. This is much simpler than the previous approach!
    
    Additional changes:
    - updated mesh rendering end-end tests to check outputs from both naive and coarse to fine rasterization.
    - added pointcloud rendering end-end tests
    
    Reviewed By: gkioxari
    
    Differential Revision: D21102725
    
    fbshipit-source-id: 2e7e1b013dd6dd12b3a00b79eb8167deddb2e89a
    9ef1ee84
test_render_meshes.py 13.9 KB