mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 03:29:19 +02:00
virtual opengl matrix stack, light glare billboards
This commit is contained in:
@@ -21,8 +21,10 @@ public:
|
||||
|
||||
// methods:
|
||||
// update the frustum to match current view orientation
|
||||
void
|
||||
calculate();
|
||||
void
|
||||
calculate(glm::mat4 &Projection, glm::mat4 &Modelview);
|
||||
calculate(glm::mat4 const &Projection, glm::mat4 const &Modelview);
|
||||
// returns true if specified point is inside of the frustum
|
||||
inline
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user