Unravel Engine C++ Reference
|
#include <mesh_vertex.hpp>
Public Member Functions | |
mesh_vertex_t () noexcept | |
Public Attributes | |
gml::dvec3 | position |
gml::dvec3 | normal |
Unit vector perpendicular to the surface. | |
gml::dvec2 | tex_coord |
UV texture coordinates. | |
Definition at line 9 of file mesh_vertex.hpp.
|
inlinenoexcept |
Definition at line 20 of file mesh_vertex.hpp.
gml::dvec3 generator::mesh_vertex_t::normal |
Unit vector perpendicular to the surface.
Definition at line 15 of file mesh_vertex.hpp.
gml::dvec3 generator::mesh_vertex_t::position |
Definition at line 12 of file mesh_vertex.hpp.
gml::dvec2 generator::mesh_vertex_t::tex_coord |
UV texture coordinates.
Definition at line 18 of file mesh_vertex.hpp.