SUNENGINE
0.0.2
A simple and bright C++ game engine.
Loading...
Searching...
No Matches
VolumeType.h
1
#ifndef VolumeType_H
2
#define VolumeType_H
3
4
enum class
VolumeType
5
{
6
VOLUME,
7
BSPHERE,
8
AABB,
9
OBB,
10
MINMAX,
11
LINE
12
};
13
14
#endif
tmorrow5_LUCIA_ge2
berthiaume2025spring_gam377
student
tmorrow5
SUNENGINE
src
SUNENGINE
GameObject
Collidable
VolumeType.h
Generated by
1.13.2