Making Cubiquity version of PolyVox more closely match develop version.

This commit is contained in:
David Williams
2013-08-09 20:32:20 +02:00
parent 6a009825b5
commit fcf5b2b055
13 changed files with 28 additions and 180 deletions

View File

@ -69,9 +69,4 @@ namespace PolyVox
v++;
return v;
}
float triangleFilter(float fInput)
{
return (std::max)(1.0f - (std::abs)(fInput), 0.0f);
}
}