Frustum class.
More...
#include <tdme/engine/Frustum.h>
Frustum class.
- Author
- Mark Morley, Andreas Drewke
- Version
- $Id$
Definition at line 29 of file Frustum.h.
◆ Frustum()
◆ getPlanes()
const array< Plane, 6 > & getPlanes |
( |
| ) |
|
|
inline |
◆ isVisible() [1/3]
Checks if bounding box is in frustum.
- Parameters
-
- Returns
- visibility
Definition at line 101 of file Frustum.h.
◆ isVisible() [2/3]
bool isVisible |
( |
const Vector3 & |
vertex | ) |
|
|
inline |
Checks if given vertex is in frustum.
- Parameters
-
- Returns
- visibility
Definition at line 71 of file Frustum.h.
◆ isVisible() [3/3]
Checks if sphere is in frustum.
- Parameters
-
- Returns
- visibility
Definition at line 85 of file Frustum.h.
◆ update()
Setups frustum, should be called if frustum did change.
Definition at line 30 of file Frustum.cpp.
◆ frustumMatrix
◆ modelViewMatrixTransposed
◆ PLANE_BOTTOM
constexpr int32_t PLANE_BOTTOM { 2 } |
|
staticconstexpr |
◆ PLANE_FAR
constexpr int32_t PLANE_FAR { 4 } |
|
staticconstexpr |
◆ PLANE_LEFT
constexpr int32_t PLANE_LEFT { 1 } |
|
staticconstexpr |
◆ PLANE_NEAR
constexpr int32_t PLANE_NEAR { 5 } |
|
staticconstexpr |
◆ PLANE_RIGHT
constexpr int32_t PLANE_RIGHT { 0 } |
|
staticconstexpr |
◆ PLANE_TOP
constexpr int32_t PLANE_TOP { 3 } |
|
staticconstexpr |
◆ planes
◆ projectionMatrixTransposed
◆ renderer
The documentation for this class was generated from the following files:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/Frustum.h
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/Frustum.cpp