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
16{
17 glm::vec3 halfExtents{16.0f, 36.0f, 16.0f};
18};
Axis-aligned bounding box defined by half-extents from the entity's Position.
Definition CollisionShape.hpp:16
glm::vec3 halfExtents
AABB half-dimensions (units).
Definition CollisionShape.hpp:17