Added setBound() method to Drawable.
This commit is contained in:
@@ -326,3 +326,8 @@ bool Drawable::computeBound() const
|
||||
return true;
|
||||
}
|
||||
|
||||
void Drawable::setBound(const BoundingBox& bb) const
|
||||
{
|
||||
_bbox = bb;
|
||||
_bbox_computed = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user