#ifndef DUST3D_TRIANGLE_TANGENT_RESOLVE_H
#define DUST3D_TRIANGLE_TANGENT_RESOLVE_H
#include "outcome.h"
void triangleTangentResolve(const Outcome &outcome, std::vector<QVector3D> &tangents);
#endif