Add a setter for calculate AABB to SceneNode and use it where needed

This commit is contained in:
Arjen Hiemstra 2015-04-24 17:11:33 +02:00
parent b0f413bee2
commit 711ed509e3

View file

@ -28,7 +28,7 @@ class BuildVolume(SceneNode):
self._disallowed_areas = []
self._disallowed_area_mesh = None
self._calculate_aabb = False
self.setCalculateBoundingBox(False)
def setWidth(self, width):
self._width = width