mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 20:50:59 -05:00
Solve merge conflict.
This commit is contained in:
@@ -38,13 +38,27 @@
|
||||
|
||||
namespace openspace {
|
||||
|
||||
class LonLatPatch;
|
||||
using namespace glm;
|
||||
|
||||
|
||||
|
||||
|
||||
class FrustumCuller {
|
||||
public:
|
||||
|
||||
enum PointTestResult : int {
|
||||
Inside = 0,
|
||||
Above,
|
||||
AboveRight,
|
||||
Right,
|
||||
BelowRight,
|
||||
Below,
|
||||
BelowLeft,
|
||||
Left,
|
||||
AboveLeft
|
||||
};
|
||||
|
||||
|
||||
FrustumCuller();
|
||||
~FrustumCuller();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user