VEX Engine
Retro looking game engine made in vulkan mostly because i wanted to understand it better.
Loading...
Searching...
No Matches
frustum.hpp File Reference

This file defines struct holding data needed for camera frustum culling. More...

#include <glm/glm.hpp>
#include <array>

Go to the source code of this file.

Classes

struct  vex::Plane
 Represents a plane in 3D space. More...
struct  vex::Frustum
 Represents a frustum in 3D space. More...

Namespaces

namespace  vex

Detailed Description

This file defines struct holding data needed for camera frustum culling.

Author
Eryk Roszkowski

Definition in file frustum.hpp.