ngfx::MeshData
Public Attributes
Name | |
---|---|
std::vector< vec3 > | pos |
std::vector< vec3 > | normal |
std::vector< ivec3 > | faces |
vec3 | bounds |
Public Attributes Documentation
variable pos
std::vector< vec3 > pos;
variable normal
std::vector< vec3 > normal;
variable faces
std::vector< ivec3 > faces;
variable bounds
vec3 bounds = {vec3(FLT_MAX), vec3(FLT_MIN)};
Updated on 3 April 2021 at 20:21:51 PDT