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