BSPParser
Simple and modern library for parsing the Valve BSP format
Loading...
Searching...
No Matches
src
vertex.hpp
1
#pragma once
2
3
#include "structs/common.hpp"
4
5
namespace
BspParser
{
6
struct
Vertex
{
7
Structs::Vector
position;
8
Structs::Vector
normal;
9
Structs::Vector4
tangent;
10
Structs::Vector2
uv;
11
float
alpha = 0.f;
12
};
13
}
BspParser
Definition:
BSPParser.hpp:8
BspParser::Structs::Vector2
Definition:
common.hpp:6
BspParser::Structs::Vector4
Definition:
common.hpp:24
BspParser::Structs::Vector
Definition:
common.hpp:18
BspParser::Vertex
Definition:
vertex.hpp:6
Generated by
1.9.5