tec::vertex::FullVertex
#include <mesh.hpp>
Public Attributes
| Name | |
|---|---|
| Vertex | vert |
| glm::vec4 | color |
| WeightData | weight |
Public Attributes Documentation
variable vert
Vertex vert;
variable color
glm::vec4 color {1.f, 1.f, 1.f, 1.f};
variable weight
WeightData weight;
Updated on 2022-07-24 at 19:27:35 +0000