Vertex indices used by the OBJ format. More...
Public Member Functions | |
| OBJVertex (const std::string &string) | |
| bool | operator== (const OBJVertex &v) const |
Public Attributes | |
| uint32_t | p = (uint32_t) -1 |
| uint32_t | n = (uint32_t) -1 |
| uint32_t | uv = (uint32_t) -1 |