VOX
A little voxel engine
Loading...
Searching...
No Matches
FrustumCulling.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <glm/glm.hpp>
4
6{
8 const glm::vec3 & pos,
9 const glm::vec3 & front,
10 const glm::vec3 & right,
11 const glm::vec3 & up,
12 float fov,
13 float aspect,
14 float near,
15 float far
16 );
17
18 glm::vec3 points[8];
19};
20
21
Definition: FrustumCulling.hpp:6
glm::vec3 points[8]
Definition: FrustumCulling.hpp:18