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