group2
0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
CollisionShape.hpp
Go to the documentation of this file.
1
3
4
#pragma once
5
6
#include <glm/vec3.hpp>
7
15
struct
CollisionShape
16
{
17
glm::vec3
halfExtents
{16.0f, 36.0f, 16.0f};
18
};
CollisionShape
Axis-aligned bounding box defined by half-extents from the entity's Position.
Definition
CollisionShape.hpp:16
CollisionShape::halfExtents
glm::vec3 halfExtents
AABB half-dimensions (units).
Definition
CollisionShape.hpp:17
src
ecs
components
CollisionShape.hpp
Generated by
1.9.8