Thread Previous • Date Previous • Date Next • Thread Next |
> (in python, yade.utils.{sphere,facet,wall} assigns AABB, and there > is no way to assign no BoundingVolume in python at all... we will figure > that out somehow, though) I stand corrected. You _can_ assign None to Body().bound in python, which will reset the pointer to shared_ptr<BoundingVolume>() internally. Good to see how smart boost::python is :-).
Thread Previous • Date Previous • Date Next • Thread Next |