dust3d/src/triangletangentresolve.h

8 lines
201 B
C++

#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