ray:: removed extra #define PI

This commit is contained in:
Zeno Rogue 2019-10-26 10:54:59 +02:00
parent df48abe6b1
commit ee06fdc326
1 changed files with 0 additions and 1 deletions

View File

@ -107,7 +107,6 @@ void reset_raycaster() { our_raycaster = nullptr; };
void enable_raycaster() {
if(!our_raycaster) {
string vsh =
"#define PI 3.14159265358979324\n"
"attribute vec4 aPosition;\n"
"uniform float uFovX, uFovY;\n"
"varying vec4 at;\n"