Added M_PI definition for winders
This commit is contained in:
parent
fce7f24347
commit
4904c20889
@ -1,6 +1,10 @@
|
||||
#include <osgGA/UFOManipulator>
|
||||
#include <osgUtil/IntersectVisitor>
|
||||
|
||||
#ifndef M_PI
|
||||
# define M_PI 3.14159265358979323846 /* pi */
|
||||
#endif
|
||||
|
||||
using namespace osgGA;
|
||||
|
||||
UFOManipulator::UFOManipulator():
|
||||
|
Loading…
Reference in New Issue
Block a user