Vertex struct for position and normals data.
More...
#include <Mesh.h>
|
| float | x |
| |
| float | y |
| |
| float | z |
| |
| float | nx |
| |
| float | ny |
| |
| float | nz |
| |
Vertex struct for position and normals data.
Definition at line 60 of file Mesh.h.
◆ nx
| float Hydrax::Mesh::POS_NORM_VERTEX::nx |
◆ ny
| float Hydrax::Mesh::POS_NORM_VERTEX::ny |
◆ nz
| float Hydrax::Mesh::POS_NORM_VERTEX::nz |
| float Hydrax::Mesh::POS_NORM_VERTEX::x |
| float Hydrax::Mesh::POS_NORM_VERTEX::y |
| float Hydrax::Mesh::POS_NORM_VERTEX::z |
The documentation for this struct was generated from the following file: