Unravel Engine C++ Reference
Loading...
Searching...
No Matches
generator::mesh_vertex_t Class 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.
 

Detailed Description

Definition at line 9 of file mesh_vertex.hpp.

Constructor & Destructor Documentation

◆ mesh_vertex_t()

generator::mesh_vertex_t::mesh_vertex_t ( )
inlinenoexcept

Definition at line 20 of file mesh_vertex.hpp.

Member Data Documentation

◆ normal

gml::dvec3 generator::mesh_vertex_t::normal

Unit vector perpendicular to the surface.

Definition at line 15 of file mesh_vertex.hpp.

◆ position

gml::dvec3 generator::mesh_vertex_t::position

Definition at line 12 of file mesh_vertex.hpp.

◆ tex_coord

gml::dvec2 generator::mesh_vertex_t::tex_coord

UV texture coordinates.

Definition at line 18 of file mesh_vertex.hpp.


The documentation for this class was generated from the following file: