Added a osg::DegreesToRadians() and osg::RadiansToDegrees() method to osg/Math,
updated the ReaderWriterBMP.cpp (mods sent in my Geoff Michel) and moved the osgUtil::Statistics to osg::Statistics in preperation to adding it to the the Drawable base class.
This commit is contained in:
@@ -568,7 +568,7 @@ void displaytext(int x, int y, char *s)
|
||||
|
||||
// GWM July 2001 - add Statistics structure, and related RenderBin
|
||||
#include <osgUtil/RenderBin>
|
||||
#include <osgUtil/Statistics>
|
||||
#include <osg/Statistics>
|
||||
|
||||
void Viewer::showStats()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user