Adding backface and microtriangle culling cut the frame time from 17ms to 7ms. Scene has 900 stanford bunnies each with 69 thousand triangles for a total of 62 million triangles reduced to 6 million.
#graphicsprogramming #vulkan #meshshaders #stanfordbunny #GraphicsProgramming
Stanford bunny tribute · Nelson-numerical-software/nelson · Discussion #885

load('d:/stanford-bunny.nh5') figure('Color', [1, 1, 1]); patch('Faces', Faces, 'Vertices', Vertices, 'FaceVertexCData', Colors, ... 'EdgeColor', 'none', ... 'FaceColor', 'interp', 'FaceAlpha', 1);...

GitHub