pub fn generate_tangents<I, O>(
interface: &mut I,
) -> Result<(), GenerateTangentSpaceError>Expand description
Generates TangentSpaces for the provided geometry with the grouping
threshold disabled.
pub fn generate_tangents<I, O>(
interface: &mut I,
) -> Result<(), GenerateTangentSpaceError>Generates TangentSpaces for the provided geometry with the grouping
threshold disabled.