|
VOX
A little voxel engine
|
#include <FrustumCulling.hpp>

Public Member Functions | |
| FrustumPoints (const glm::vec3 &pos, const glm::vec3 &front, const glm::vec3 &right, const glm::vec3 &up, float fov, float aspect, float near, float far) | |
Public Attributes | |
| glm::vec3 | points [8] |
| FrustumPoints::FrustumPoints | ( | const glm::vec3 & | pos, |
| const glm::vec3 & | front, | ||
| const glm::vec3 & | right, | ||
| const glm::vec3 & | up, | ||
| float | fov, | ||
| float | aspect, | ||
| float | near, | ||
| float | far | ||
| ) |
| glm::vec3 FrustumPoints::points[8] |