BSPParser
Simple and modern library for parsing the Valve BSP format
Loading...
Searching...
No Matches
src
helpers
calculate-tangent.hpp
1
#pragma once
2
3
#include "../structs/common.hpp"
4
#include "../structs/textures.hpp"
5
6
namespace
BspParser::Internal {
7
Structs::Vector4 calculateTangent(
const
Structs::Vector& normal,
const
Structs::TexInfo& textureInfo);
8
}
Generated by
1.9.5