generate_tangents

Function generate_tangents 

Source
pub fn generate_tangents<I, O>(
    interface: &mut I,
) -> Result<(), GenerateTangentSpaceError>
where I: Geometry<O>, O: Ops,
Expand description

Generates TangentSpaces for the provided geometry with the grouping threshold disabled.