This commit is contained in:
Robert Osfield
2014-05-14 10:19:43 +00:00
parent 12a737ae02
commit 4174d72a52
37 changed files with 244 additions and 397 deletions

View File

@@ -69,7 +69,7 @@ void DrawPixels::getSubImageDimensions(unsigned int& offsetX,unsigned int& offse
}
BoundingBox DrawPixels::computeBound() const
BoundingBox DrawPixels::computeBoundingBox() const
{
// really needs to be dependent of view position and projection... will implement simple version right now.
BoundingBox bbox;