Removed more Ogre stuff from core library...
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
#include <sstream>
|
||||
|
||||
#include "Constants.h"
|
||||
#include "SurfaceVertex.h"
|
||||
#include "SurfaceTriangle.h"
|
||||
#include "SurfaceEdge.h"
|
||||
|
||||
#include "OgreStringConverter.h"
|
||||
|
||||
namespace Ogre
|
||||
{
|
||||
SurfaceVertex::SurfaceVertex()
|
||||
@ -73,7 +73,7 @@ namespace Ogre
|
||||
normal.normalise();
|
||||
}
|
||||
|
||||
std::string SurfaceVertex::toString(void) const
|
||||
std::string SurfaceVertex::tostring(void) const
|
||||
{
|
||||
std::stringstream ss;
|
||||
ss << "SurfaceVertex: Position = (" << position.x << "," << position.y << "," << position.z << "), Normal = " << normal;
|
||||
|
Reference in New Issue
Block a user