group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
physics::cook::Header Struct Reference

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}

Detailed Description

32-byte fixed-size header that opens every cooked-mesh blob.

Member Data Documentation

◆ boundsMax

glm::vec3 physics::cook::Header::boundsMax {0.0f}

◆ boundsMin

glm::vec3 physics::cook::Header::boundsMin {0.0f}

◆ bvhNodeCount

uint32_t physics::cook::Header::bvhNodeCount = 0

◆ defaultSurface

uint32_t physics::cook::Header::defaultSurface = 0

◆ magic

uint32_t physics::cook::Header::magic = k_magic

◆ triCount

uint32_t physics::cook::Header::triCount = 0

◆ version

uint32_t physics::cook::Header::version = k_version

◆ vertCount

uint32_t physics::cook::Header::vertCount = 0

The documentation for this struct was generated from the following file: