MCPcopy Create free account
hub / github.com/PerroEngine/Perro / tri_degenerate

Function tri_degenerate

perro_source/render_stack/perro_meshlets/src/lib.rs:685–687  ·  view source on GitHub ↗
(tri: [u32; 3])

Source from the content-addressed store, hash-verified

683 .extend(scratch.edges.iter().map(|(&(a, b), info)| EdgeCandidate {
684 a,
685 b,
686 count: info.count,
687 }));
688}
689
690fn better_collapse(current: Option<Collapse>, candidate: Option<Collapse>) -> Option<Collapse> {

Callers 3

simplify_surfaceFunction · 0.85
apply_collapse_intoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected