Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::mesh::weld_key Struct Reference

#include <mesh.h>

Public Attributes

uint8_t * vertex {nullptr}
 < Pointer to the vertex.
 
gfx::vertex_layout format
 Tolerance for welding vertices.
 
float tolerance {}
 

Detailed Description

Definition at line 920 of file mesh.h.

Member Data Documentation

◆ format

gfx::vertex_layout unravel::mesh::weld_key::format

Tolerance for welding vertices.

Definition at line 925 of file mesh.h.

◆ tolerance

float unravel::mesh::weld_key::tolerance {}

Definition at line 927 of file mesh.h.

◆ vertex

uint8_t* unravel::mesh::weld_key::vertex {nullptr}

< Pointer to the vertex.

Format of the vertex.

Definition at line 923 of file mesh.h.


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