Thread Previous • Date Previous • Date Next • Thread Next |
Yes, this is what I did for now (not commited). Using callbacks would be complex in that case and it would imply performance hit (impossible to use local variables defined in functor::go()).You can also define functor member function which will get the value on request. (wrap it in python if you need)
I think I'll let storage to the user's side, using this "get" member. Loaded scenes will always have 0 plasticDissipation.BTW, did you test callbacks yet? I noticed many "cerr<<" in the code, which is not usual in clean Vaclav's code. ;-)
Bruno
Thread Previous • Date Previous • Date Next • Thread Next |