|
ModelViewer 0.1
Template for CPP projects
|
Struct representing a texture coordinate in an OBJ model. More...
#include <GeometryStructs.hpp>
Public Attributes | |
| float | u |
| Horizontal axis. | |
| float | v |
| Vertical axis. | |
Struct representing a texture coordinate in an OBJ model.
| float model_viewer::geometry::TextureCoordinate::u |
Horizontal axis.
| float model_viewer::geometry::TextureCoordinate::v |
Vertical axis.