mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 12:02:47 -05:00
COMP: Windows Support
This commit is contained in:
@@ -22,6 +22,10 @@ __attribute__((unused)) __declspec(dllexport) int NvOptimusEnablement = 0x000000
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifndef M_PI_2f32
|
||||
#define M_PI_2f32 3.14159265358979323846f
|
||||
#endif
|
||||
|
||||
struct Matrices {
|
||||
Eigen::Matrix4f proj;
|
||||
Eigen::Matrix4f view;
|
||||
|
||||
Reference in New Issue
Block a user