Small changes for the purpose of profiling.
This commit is contained in:
@ -72,11 +72,4 @@ namespace PolyVox
|
||||
{
|
||||
position = positionToSet;
|
||||
}
|
||||
|
||||
std::string SurfaceVertex::tostring(void) const
|
||||
{
|
||||
std::stringstream ss;
|
||||
ss << "SurfaceVertex: Position = (" << position.getX() << "," << position.getY() << "," << position.getZ() << "), Normal = " << normal;
|
||||
return ss.str();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user