Function heron::rapier_plugin::rapier::ncollide::procedural::utils::split_index_buffer_and_recover_topology[][src]

pub fn split_index_buffer_and_recover_topology<N>(
    indices: &[Point<u32, U3>],
    coords: &[Point<N, U3>]
) -> (Vec<Point<Point<u32, U3>, U3>, Global>, Vec<Point<N, U3>, Global>) where
    N: RealField

Duplicates the indices of each triangle on the given index buffer, giving the same id to each identical vertex.