YES !!
On Sep 22, 2009, at 6:09 PM, Daniel Russel wrote:
Since it keeps coming up, I would suggest:
- set_transformation() which moves all the member particles
- lazy_set_transformation() which does not.
Makes sense?
On Sep 22, 2009, at 5:23 PM, Keren Lasker wrote:
this is a bit confusing ...
I think an explicit function can help avoiding bugs :)
On Sep 22, 2009, at 4:21 PM, Daniel Russel wrote:
There is a (documented, I think) bool second argument which
determines if it is done immediately or not. Is it not clear? Let
me know if it can be made clearer. It might make more sense to
have it as a separate function and have them refer to one another
in their documentation).
On Sep 13, 2009, at 8:50 PM, Keren Lasker wrote:
hey Daniel,
So changing a transformation of a rigid body is done using the
function set_transformation(), but it seems that the change
actually happens only after model.evaluate() ( I am guessing
after states update ?)
is there a way to force the changing on the transformation prior
to model.evaluate() ?