def fit(self, node): Base.fit(self, node) self.geometry = panda.OdeBoxGeom(node.world.space, *self.globalSize)
def fit(self, node): Base.fit(self, node) self.geometry = panda.CollisionBox(panda.Point3(*self.minimum), panda.Point3(*self.maximum))