Berserk
|
Util class to manipulate 3d geometry. More...
#include <Geometry.hpp>
Static Public Member Functions | |
static BRK_API void | GenTangentSpace (const std::array< Vec3f, 3 > &positions, const std::array< Vec3f, 3 > &normals, const std::array< Vec2f, 3 > &texCoords, std::array< Vec3f, 3 > &tangents, std::array< Vec3f, 3 > &bitangents) |
Generates tangent vectors from provided vertex data. More... | |
Util class to manipulate 3d geometry.
|
static |
Generates tangent vectors from provided vertex data.