RigsofRods
Soft-body Physics Simulation
Data Fields
Hydrax::Mesh::POS_UV_VERTEX Struct Reference

Vertex struct for position and uv data. More...

#include <Mesh.h>

Data Fields

float x
 
float y
 
float z
 
float tu
 
float tv
 

Detailed Description

Vertex struct for position and uv data.

Definition at line 68 of file Mesh.h.

Field Documentation

◆ tu

float Hydrax::Mesh::POS_UV_VERTEX::tu

Definition at line 71 of file Mesh.h.

◆ tv

float Hydrax::Mesh::POS_UV_VERTEX::tv

Definition at line 71 of file Mesh.h.

◆ x

float Hydrax::Mesh::POS_UV_VERTEX::x

Definition at line 70 of file Mesh.h.

◆ y

float Hydrax::Mesh::POS_UV_VERTEX::y

Definition at line 70 of file Mesh.h.

◆ z

float Hydrax::Mesh::POS_UV_VERTEX::z

Definition at line 70 of file Mesh.h.


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