|
group2 0.1.0
CSE 125 Group 2
|
32-byte fixed-size header that opens every cooked-mesh blob. More...
#include <CookedMeshFormat.hpp>
Public Attributes | |
| uint32_t | magic = k_magic |
| uint32_t | version = k_version |
| uint32_t | triCount = 0 |
| uint32_t | vertCount = 0 |
| uint32_t | bvhNodeCount = 0 |
| uint32_t | defaultSurface = 0 |
| SurfaceType. | |
| glm::vec3 | boundsMin {0.0f} |
| glm::vec3 | boundsMax {0.0f} |
32-byte fixed-size header that opens every cooked-mesh blob.
| glm::vec3 physics::cook::Header::boundsMax {0.0f} |
| glm::vec3 physics::cook::Header::boundsMin {0.0f} |
| uint32_t physics::cook::Header::bvhNodeCount = 0 |
| uint32_t physics::cook::Header::defaultSurface = 0 |
| uint32_t physics::cook::Header::magic = k_magic |
| uint32_t physics::cook::Header::triCount = 0 |
| uint32_t physics::cook::Header::version = k_version |
| uint32_t physics::cook::Header::vertCount = 0 |