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

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

#include <Mesh.h>

Data Fields

float x
 
float y
 
float z
 
float nx
 
float ny
 
float nz
 
float tu
 
float tv
 

Detailed Description

Vertex struct for position, normals and uv data.

Definition at line 51 of file Mesh.h.

Field Documentation

◆ nx

float Hydrax::Mesh::POS_NORM_UV_VERTEX::nx

Definition at line 54 of file Mesh.h.

◆ ny

float Hydrax::Mesh::POS_NORM_UV_VERTEX::ny

Definition at line 54 of file Mesh.h.

◆ nz

float Hydrax::Mesh::POS_NORM_UV_VERTEX::nz

Definition at line 54 of file Mesh.h.

◆ tu

float Hydrax::Mesh::POS_NORM_UV_VERTEX::tu

Definition at line 55 of file Mesh.h.

◆ tv

float Hydrax::Mesh::POS_NORM_UV_VERTEX::tv

Definition at line 55 of file Mesh.h.

◆ x

float Hydrax::Mesh::POS_NORM_UV_VERTEX::x

Definition at line 53 of file Mesh.h.

◆ y

float Hydrax::Mesh::POS_NORM_UV_VERTEX::y

Definition at line 53 of file Mesh.h.

◆ z

float Hydrax::Mesh::POS_NORM_UV_VERTEX::z

Definition at line 53 of file Mesh.h.


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