RigsofRods
Soft-body Physics Simulation
Data Fields
SkyX::MeshManager::VERTEX Struct Reference

Vertex struct. More...

#include <MeshManager.h>

Data Fields

float x
 
float y
 
float z
 
float nx
 
float ny
 
float nz
 
float u
 
float v
 
float o
 

Detailed Description

Vertex struct.

Definition at line 38 of file MeshManager.h.

Field Documentation

◆ nx

float SkyX::MeshManager::VERTEX::nx

Definition at line 43 of file MeshManager.h.

◆ ny

float SkyX::MeshManager::VERTEX::ny

Definition at line 43 of file MeshManager.h.

◆ nz

float SkyX::MeshManager::VERTEX::nz

Definition at line 43 of file MeshManager.h.

◆ o

float SkyX::MeshManager::VERTEX::o

Definition at line 47 of file MeshManager.h.

◆ u

float SkyX::MeshManager::VERTEX::u

Definition at line 45 of file MeshManager.h.

◆ v

float SkyX::MeshManager::VERTEX::v

Definition at line 45 of file MeshManager.h.

◆ x

float SkyX::MeshManager::VERTEX::x

Definition at line 41 of file MeshManager.h.

◆ y

float SkyX::MeshManager::VERTEX::y

Definition at line 41 of file MeshManager.h.

◆ z

float SkyX::MeshManager::VERTEX::z

Definition at line 41 of file MeshManager.h.


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