Unravel Engine C++ Reference
Loading...
Searching...
No Matches
mesh_vertex.hpp
Go to the documentation of this file.
1#ifndef GENERATOR_MESHVERTEX_HPP
2#define GENERATOR_MESHVERTEX_HPP
3
4#include "math.hpp"
5
6namespace generator
7{
8
10{
11public:
12 gml::dvec3 position;
13
15 gml::dvec3 normal;
16
18 gml::dvec2 tex_coord;
19
21 {
22 }
23};
24} // namespace generator
25
26#endif
gml::dvec2 tex_coord
UV texture coordinates.
gml::dvec3 normal
Unit vector perpendicular to the surface.