tec::OBJ::Face
#include <obj.hpp>
Public Attributes
| Name | |
|---|---|
| unsigned int[3] | pos |
| unsigned int[3] | uv |
| unsigned int[3] | norm |
Public Attributes Documentation
variable pos
unsigned int[3] pos {0, 0, 0};
variable uv
unsigned int[3] uv {0, 0, 0};
variable norm
unsigned int[3] norm {0, 0, 0};
Updated on 2022-07-24 at 19:27:35 +0000